This project will demonstrate you the use of Clean Architecture with Bloc.
To run the project you need to configure with Flutter 3.7.8. I have created a Make file script for you, you can directly run those script or take a reference from it
- Setup Flutter 3.7.8
- Call Command:
- make pub-get
You can Run any of below:
- main.dart
- main_dev.dart
- main_prod.dart
- cd data && flutter clean && flutter pub get && cd ..
- cd domain && flutter clean && flutter pub get && cd ..
- flutter clean && flutter pub get
- cd data && flutter pub run build_runner build --delete-conflicting-outputs && cd ..
- cd domain && flutter pub run build_runner build --delete-conflicting-outputs && cd ..
- flutter pub run build_runner build --delete-conflicting-outputs