Releases: dart-lang/linter
Releases · dart-lang/linter
1.2.0
1.2.0
- improvements to
iterable_contains_unrelated_type
to better support List
content checks
- fixes to
camel_case_types
and prefer_mixin
to support non-function
type aliases
1.1.0
1.1.0
- fixed
prefer_mixin
to properly make exceptions for dart.collection
legacy
mixins
- improved formatting of source examples in docs
- new lint:
use_build_context_synchronously
(experimental)
- new lint:
avoid_multiple_declarations_per_line
1.0.0
1.0.0
- full library migration to null-safety
- new lint:
use_if_null_to_convert_nulls_to_bools
- new lint:
deprecated_consistency
- new lint:
use_named_constants
- deprecation of
avoid_as
0.1.129
0.1.129
- fixed a bug where
avoid_dynamic_calls
produced false-positives for .call()
0.1.128
0.1.128
- new lint:
avoid_dynamic_calls
- (internal): updated
avoid_type_to_string
to use addArgumentList
registry API
- documentation improvements
0.1.127
0.1.127
- fixed crash in
prefer_collection_literals
when there is no static parameter element
0.1.126
0.1.126
- fixed false negatives for
prefer_collection_literals
when a LinkedHashSet or
LinkedHashMap instantiation is passed as the argument to a function in any
position other than the first
- fixed false negatives for
prefer_collection_literals
when a LinkedHashSet or
LinkedHashMap instantiation is used in a place with a static type other than
Set or Map
0.1.125
0.1.125
- (internal): update to new
PhysicalResourceProvider
API
0.1.124
0.1.124
- fixed false positives in
prefer_constructors_over_static_methods
- updated
package_names
to allow leading underscores
0.1.123
0.1.123
- fixed NPEs in
unnecessary_null_checks