This repository was archived by the owner on Nov 20, 2024. It is now read-only.
1.26.0
1.26.0
- new lint:
combinators_ordering - fixed
use_colored_boxanduse_decorated_boxto not over-report
on containers without a child - fixed false positive for
unnecessary_parenthesison a map-or-set
literal at the start of an expression statement - fixed false positive for
prefer_final_localsreporting on fields - fixed
unnecessary_overridesto allow overrides on@Protected
members - fixed
avoid_multiple_declarations_per_linefalse positive in
forstatements - fixed
prefer_final_localsfalse positive on declaration lists
with at least one non-final variable - fixed
use_build_context_synchronouslyto handleawaits in
ifconditions