A new Flutter project.
Sure, here's a simple README file with the provided command setup:
- Clean and get dependencies:
flutter clean
flutter pub get
- Run build runner:
flutter pub run build_runner build --delete-conflicting-outputs
- Run build runner with watch:
flutter pub run build_runner watch build --delete-conflicting-outputs
- To create a release build:
flutter build apk --release
Feel free to customize and expand upon this setup as needed for your Flutter project.