todo_reporter.dart
todo_reporter.dart copied to clipboard
Tool that generates a report with all the TODO annotations found in your Dart code.
trafficstars
todo_reporter.dart

Tool that generates a report with all the TODO annotations found in your Dart code.
Updated September 2020
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
analyzerversion 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.
Building and running
- Install
mono_repo - Use it to run
pub getfor all subprojects cd examplepub run build_runner build --delete-conflicting-outputs