This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
1.8.0
1.8.0
- performance improvements for
prefer_is_not_empty
- fixed false positive in
no_logic_in_create_state
- improve
package_names
to allow dart identifiers as package names - fixed false-positive in
package_names
(causing keywords to wrongly get flagged) - fixed
avoid_classes_with_only_static_member
to check for inherited members and also
flag classes with only methods - fixed
curly_braces_in_flow_control_structures
to properly flag terminatingelse-if
blocks - improved
always_specify_types
to support type aliases - fixed false positive in
unnecessary_string_interpolations
w/ nullable interpolated
strings - fixed false positive in
avoid_function_literals_in_foreach_calls
for nullable
iterables - fixed false positive in
avoid_returning_null
w/ NNBD - fixed false positive in
use_late_for_private_fields_and_variables
in the presence
of const constructors - new lint:
eol_at_end_of_file
- updated
analyzer
constraint to>=2.0.0 <3.0.0