dart_flutter_team_lints 3.5.2
dart_flutter_team_lints: ^3.5.2 copied to clipboard
An analysis rule set used by the Dart and Flutter teams.
3.5.2 #
- Depend on the
6.0.0release ofpackage:lints. - Require Dart
3.8
3.5.1 #
- Removed
discarded_futures; this produced more results than expected.
3.5.0 #
- Added
discarded_futures.
3.4.0 #
- Added
unnecessary_underscores.
3.3.0 #
- Added
strict_top_level_inference. - Require Dart
3.7.
3.2.1 #
- Depend on the
5.0.0release ofpackage:lints. - Removed duplicated lints:
unnecessary_library_name,invalid_runtime_check_with_js_interop_types, andunintended_html_in_doc_comment
3.2.0 #
- Contributed a (brief) change policy to the readme.
- Added
invalid_runtime_check_with_js_interop_types. - Added
unintended_html_in_doc_comment. - Require Dart
3.5.
3.1.0 #
- Added
unnecessary_library_name. - Require Dart
3.4.
3.0.0 #
- Depend on the
4.0.0release ofpackage:lints, adding theno_wildcard_variable_useslint. - Require Dart
3.1.0or later.
2.1.1 #
- Depend on the
3.0.0release version of package:lints.
2.1.0 #
- Updated to the preview
3.0.0-betaversion of package:lints/recommended.yaml. - Removed lints duplicated from package:lints/core.yaml and package:lints/recommended.yaml.
2.0.0 #
- Enable
strict-inference. - Added
comment_references. - Added
conditional_uri_does_not_exist. - Added
prefer_const_constructors. - Added
prefer_relative_imports. - Added
test_types_in_equals. - Added
use_super_parameters.
1.0.0 #
- Added
collection_methods_unrelated_type. - Added
combinators_ordering. - Added
dangling_library_doc_comments. - Added
implicit_call_tearoffs. - Added
library_annotations. - Added
unnecessary_library_directive. - Added
unreachable_from_main. - Added
use_string_in_part_of_directives. - Require Dart
2.19.0.
0.1.0 #
- Turn on
strict-casts: true.
0.1.0-dev #
- Initial version.