This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
Releases: dart-lang/linter
Releases · dart-lang/linter
1.24.0
1.24.0
- fix
prefer_final_parameters
to support super parameters - new lint:
unnecessary_to_list_in_spreads
- fix
unawaited_futures
to handle string interpolated futures - update
use_colored_box
to 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_null
to 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_todos
to support usernames that
start with a digit - updated
require_trailing_commas
to handle functions
in asserts and multi-line strings - updated
unsafe_html
to allow assignments to
img.src
- fixed
unnecessary_null_checks
to 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_constructors
false positive
withkey
super parameter initializers - fixed
use_super_parameters
false positive with field
formal params - updated
unnecessary_null_checks
and
null_check_on_nullable_type_parameter
to handle
list/set/map literals, andyield
andawait
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_async
to skipmain
functions - update
prefer_final_parameters
to not super on super params - lint updates for enhanced-enums and super-initializer language
features - updated
unnecessary_late
to report on the variable name - marked
null_check_on_nullable_type_parameter
stable
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_async
to skipmain
functions - update
prefer_final_parameters
to not super on super params - lint updates for enhanced-enums and super-initializer language
features - updated
unnecessary_late
to report on the variable name - marked
null_check_on_nullable_type_parameter
stable
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_async
to skipmain
functions - update
prefer_final_parameters
to not super on super params - lint updates for enhanced-enums and super-initializer language
features - updated
unnecessary_late
to report on the variable name - marked
null_check_on_nullable_type_parameter
stable