This repository was 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_namesto allow dart identifiers as package names - fixed false-positive in
package_names(causing keywords to wrongly get flagged) - fixed
avoid_classes_with_only_static_memberto check for inherited members and also
flag classes with only methods - fixed
curly_braces_in_flow_control_structuresto properly flag terminatingelse-if
blocks - improved
always_specify_typesto support type aliases - fixed false positive in
unnecessary_string_interpolationsw/ nullable interpolated
strings - fixed false positive in
avoid_function_literals_in_foreach_callsfor nullable
iterables - fixed false positive in
avoid_returning_nullw/ NNBD - fixed false positive in
use_late_for_private_fields_and_variablesin the presence
of const constructors - new lint:
eol_at_end_of_file - updated
analyzerconstraint to>=2.0.0 <3.0.0