- Flutter SDK: https://flutter.dev/docs/get-started/install
- Dart SDK: Included with Flutter.
- Android Studio .
- A physical device or emulator for testing
- Android emulator device using Small Phone API 35 .
$ flutter doctorFollow the steps below to install and run the project locally:
$ git clone https://github.com/your-repo/flash-pro-frontend.gitNavigate to the project folder:
$ cd flash_pro_frontendRun the app: Connect a device or start an emulator, then execute:
$ flutter runTo ensure everything is working as expected, run unit and widget tests:
$flutter test$ flutter upgrade
$ flutter packages get
$ flutter packages upgrade