Flutter Meta Threads UI clean architecture using Bloc
- Flutter: 3.7.12
- Dart SDK: 2.19.6
- Add Flutter to your machine
- Open this project folder with Terminal/CMD
- Ensure there's no cache/build leftover by running
flutter clean
in the Terminal - Run in the Terminal
flutter packages get
- Run in the Terminal
flutter packages pub run build_runner build --delete-conflicting-outputs
For more information, check out the official documentation