flutter_style_expiring_todos 0.2.0 copy "flutter_style_expiring_todos: ^0.2.0" to clipboard
flutter_style_expiring_todos: ^0.2.0 copied to clipboard

An analyzer plugin that enforces Flutter-style TODO comments with optional expiry conditions (// TODO(username)[condition]: message) and reports TODOs whose conditions are met.

example/lib/main.dart

// TODO(alice): This TODO never expires.
// TODO(bob)[2099/12/31]: Remove this fallback after the migration window.
// TODO(carol)[>=1.0.0]: Replace this once the app reaches version 1.0.0.
void main() {}
0
likes
160
points
661
downloads

Documentation

API reference

Publisher

verified publisherkeigomichi.com

Weekly Downloads

An analyzer plugin that enforces Flutter-style TODO comments with optional expiry conditions (// TODO(username)[condition]: message) and reports TODOs whose conditions are met.

Repository (GitHub)
View/report issues
Contributing

Topics

#analyzer-plugin #lint #static-analysis #todo #flutter

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, args, pub_semver, yaml

More

Packages that depend on flutter_style_expiring_todos