This repository was archived by the owner on Aug 2, 2025. It is now read-only.
Releases: dart-archive/lints
Releases · dart-archive/lints
package:lints v5.1.0
core:- Updated the SDK lower-bound to 3.6.
package:lints v5.0.0
recommended:- added invalid_runtime_check_with_js_interop_types (https://github.com/dart-lang/lints/issues/188)
- added unnecessary_library_name (https://github.com/dart-lang/lints/issues/181)
- removed avoid_null_checks_in_equality_operators (https://github.com/dart-lang/lints/issues/200)
- Updated the SDK lower-bound to 3.5.
package:lints v4.0.0
core:- added
library_annotations(https://github.com/dart-lang/lints/issues/177) - added
no_wildcard_variable_uses(https://github.com/dart-lang/lints/issues/139) - removed
package_prefixed_library_names(https://github.com/dart-lang/lints/issues/172)
- added
recommended:- removed
library_names(https://github.com/dart-lang/lints/issues/181)
- removed
- Updated the SDK lower-bound to 3.1.
- Add a section on upgrading to the latest lint set to the readme.
package:lints v3.0.0
core:- added
collection_methods_unrelated_type - added
dangling_library_doc_comments - added
implicit_call_tearoffs - added
secure_pubspec_urls - added
type_literal_in_constant_pattern - added
use_string_in_part_of_directives - removed
iterable_contains_unrelated_type - removed
list_remove_unrelated_type - removed
no_wildcard_variable_uses
- added
recommended:- added
unnecessary_to_list_in_spreads - added
use_super_parameters - removed
prefer_equal_for_default_values - removed
prefer_void_to_null
- added
- Add info about which lints have quick fixes to the package's readme.
- Move the list of lint rules from the readme to a separate
rules.md file.
package:lints v3.0.0-beta.2
- Add
dangling_library_doc_commentsto core. - Remove
no_wildcard_variable_usesfrom core. - Remove
prefer_void_to_nullfrom recommended.
package:lints v3.0.0-beta
core:- added
collection_methods_unrelated_type - added
implicit_call_tearoffs - added
no_wildcard_variable_uses - added
secure_pubspec_urls - added
type_literal_in_constant_pattern - added
use_string_in_part_of_directives - removed
iterable_contains_unrelated_type - removed
list_remove_unrelated_type
- added
recommended:- added
unnecessary_to_list_in_spreads - added
use_super_parameters - removed
prefer_equal_for_default_values
- added
- Add info about which lints have quick fixes to the package's readme.
- Move the list of lint rules from the readme to a separate
rules.md file.
package:lints v2.1.1
- Added the
analysisandlintstopics to the pubspec file. - Update the package's readme to include the list of lint rules that
package:lints/core.yamlandpackage:lints/recommended.yamlinclude.