dart_annotations 1.0.6
dart_annotations: ^1.0.6 copied to clipboard
A Dart analyzer plugin providing the annotations and static analysis rules for them.
1.0.6 #
- Update integration example
1.0.5 #
- Update readme
1.0.4 #
- Update integration docs and update dart SDK constraints to minimal that supports the analyzer plugin API.
1.0.3 #
- Handle async functions and Future return types in the
handle_throwing_invocationslint rule, ensuring that exceptions thrown from async functions are also properly handled. - Bump dependencies and remove unnecessary ones.
1.0.2 #
- Improve changelog docs
1.0.1 #
- Rename plugin to
dart_annotationsto avoid conflicts with other packages that might use the same name for their plugin.
1.0.0 #
- Add @Throws annotation and the corresponding lint rule
handle_throwing_invocations