This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Releases: dart-archive/linter
Releases · dart-archive/linter
1.24.0
1.24.0
- fix
prefer_final_parametersto support super parameters - new lint:
unnecessary_to_list_in_spreads - fix
unawaited_futuresto handle string interpolated futures - update
use_colored_boxto not flag nullable colors - new lint:
unnecessary_null_aware_operator_on_extension_on_nullable
1.23.0
1.23.0
- fixed
no_leading_underscores_for_local_identifiers
to lint local function declarations - fixed
avoid_init_to_nullto correctly handle super
initializing defaults that are non-null - updated
no_leading_underscores_for_local_identifiers
to allow identifiers with just underscores - fixed
flutter_style_todosto support usernames that
start with a digit - updated
require_trailing_commasto handle functions
in asserts and multi-line strings - updated
unsafe_htmlto allow assignments to
img.src - fixed
unnecessary_null_checksto properly handle map
literal entries
1.22.0
1.21.2
1.21.1
1.21.0
1.21.0
- fixed
use_key_in_widget_constructorsfalse positive
withkeysuper parameter initializers - fixed
use_super_parametersfalse positive with field
formal params - updated
unnecessary_null_checksand
null_check_on_nullable_type_parameterto handle
list/set/map literals, andyieldandawait
expressions
1.20.0
1.19.2
1.19.2
- new lint:
use_super_initializers - new lint:
use_enums - new lint:
use_colored_box - performance improvements for
sort_constructors - doc improvements for
always_use_package_imports,
avoid_print, andavoid_relative_lib_imports - update
avoid_void_asyncto skipmainfunctions - update
prefer_final_parametersto not super on super params - lint updates for enhanced-enums and super-initializer language
features - updated
unnecessary_lateto report on the variable name - marked
null_check_on_nullable_type_parameterstable
1.19.1
1.19.1
- new lint:
use_super_initializers - new lint:
use_enums - new lint:
use_colored_box - performance improvements for
sort_constructors - doc improvements for
always_use_package_imports,
avoid_print, andavoid_relative_lib_imports - update
avoid_void_asyncto skipmainfunctions - update
prefer_final_parametersto not super on super params - lint updates for enhanced-enums and super-initializer language
features - updated
unnecessary_lateto report on the variable name - marked
null_check_on_nullable_type_parameterstable
1.19.0
1.19.0
- new lint:
user_super_initializers - new lint:
use_enums - new lint:
used_colored_box - performance improvements for
sort_constructors - doc improvements for
always_use_package_imports,
avoid_print, andavoid_relative_lib_imports - update
avoid_void_asyncto skipmainfunctions - update
prefer_final_parametersto not super on super params - lint updates for enhanced-enums and super-initializer language
features - updated
unnecessary_lateto report on the variable name - marked
null_check_on_nullable_type_parameterstable