Tool that generates a report with all the TODO annotations found in your Dart code.
Pubspec fixes:
- Updated minimum Dart version to 2.7.0
- Updated all parts to latest available version w/ one exception (build system error)
- Pinned the
analyzer
version to avoid build error (should be removable w/ Dart 2.10)
Removed Flutter wrapper on the example (simplifies build).
Added mono_repo YAML files to simplify package management.
- Install
mono_repo
- Use it to run
pub get
for all subprojects cd example
pub run build_runner build --delete-conflicting-outputs