After cloning,
Install fvm if not already installed.
dart pub global activate fvmInstall local flutter version.
fvm installfvm flutter pub get
fvm flutter pub run build_runner buildThere are three (3) available environments:
mock: Demo mode with non-persistent datadev: Development mode connected to pkg:drift in-memory instanceprod: Production mode connected to pkg:drift production instance
To run in mock mode,
fvm flutter run --flavor mockMIT License