Getting Started
Last updated
Last updated
Install the latest Stable version of Flutter
Recommended: Use Flutter Version Manager to install Flutter ()
Recommended : Use Android Studio to configure the Android SDK and your virtual device
Install Android Studio
In the Settings go to Languages & Frameworks and select Flutter.
Select the correct path for Flutter SDK
Do the same for the Dart SDK
Install docker
Clone the
Run docker compose up -d
Install the Firebase CLI
Run firebase login
to log in Firebase on your PC
Log in your Google Account
Create a new firebase project
Install flutterfire
with dart pub global activate flutterfire_cli
Delete the firebase.json
file at the app root directory
Run this command to configure firebase for the dev flavor :
Copy assets/configs/config.example.json
to dev.json
Edit env
to dev
Edit restApiUrl
with http://localhost:8080
Change any other settings you might want to
Launch your virtual Android device or select your physical device in your IDE (using the command palette on Visual Studio Code or in the top menu bar on Android Studio / JetBrains IDE)
To run the app in the dev flavor, ie with the dev configurations we set before :