TodoApp is a sample Flutter project designed as a testing playground for experimenting with various features and implementations.
- Generate code:
dart run build_runner clean
dart run build_runner build --delete-conflicting-outputs- Run:
flutter run -d <device target>
