flutter_style_expiring_todos 0.2.0
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.
// 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() {}