- Flutter (version 3.19.6 or higher)
- Android SDK (version 34.0.0 or higher)
- iOS (version 17.4 or higher)
Check flutter installation:
flutter doctorClone the repository:
git clone https://github.com/blumilksoftware/e-motion-mobileCopy .env.example:
cp .env.example .envDownload necessary dependencies (packages):
flutter pub getBuild code generated files:
dart run build_runner buildTo start the project run:
flutter runLint code:
dart fix --apply