Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jorgecoca/todo_reporter.dart

Tool that generates a report with all the TODO annotations found in your Dart code.
https://github.com/jorgecoca/todo_reporter.dart

Last synced: about 2 months ago
JSON representation

Tool that generates a report with all the TODO annotations found in your Dart code.

Awesome Lists containing this project

README

        

# todo_reporter.dart

![todo reporter](./art/todo_reporter.png)

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 ```analyzer``` version to avoid build error (should be removable w/ Dart 2.10)

Removed Flutter wrapper on the example (simplifies build).

Added [mono_repo](https://pub.dev/packages/mono_repo) YAML files to simplify package management.

## Building and running

1. Install ```mono_repo```
2. Use it to run ```pub get``` for all subprojects
3. ```cd example```
4. ```pub run build_runner build --delete-conflicting-outputs```