dart_annotations 1.0.3
dart_annotations: ^1.0.3 copied to clipboard
A Dart analyzer plugin providing the annotations and static analysis rules for them.
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.
- Make the Dart SDK constraints lower to allow for more compatibility with older versions of Dart.
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