aggie_athletics
Dart1Updated Sep 8, 2022
View repositoryRepoRunning Instructions
-
Fork the project.
-
Clone project to your preferred location.
-
Once in your project's root directory, download all packages needed for the app with
zshflutter pub get -
Install the Firebase CLI from https://firebase.google.com/docs/cli#install_the_firebase_cli.
-
Login to Firebase from the CLI with the email connected to the Google Cloud project. (Contact jorge-menjivar for access)
zshfirebase login -
Install the FlutterFire CLI
zshdart pub global activate flutterfire_cli -
Let the FlutterFire CLI automatically add all the API Keys to the project.
zshflutterfire configureFollow the FlutterFire CLI instructions.
-
Make sure you have the Flutter plugin installed in your IDE and open
lib/main.dartIf using VS Code, press
F5to run the app on a device