This repository was archived by the owner on Nov 20, 2024. It is now read-only.
1.7.0
1.7.0
- fixed case-sensitive false positive in
use_full_hex_values_for_flutter_colors - improved try-block and switch statement flow analysis for
use_build_context_synchronously - updated
use_setters_to_change_propertiesto only highlight a method name,
not the entire body and doc comment - updated
unnecessary_getters_settersto allow otherwise "unnecessary" getters
and setters with annotations - updated
missing_whitespace_between_adjacent_stringsto allow String
interpolations at the beginning and end of String literals - updated
unnecessary_getters_settersto allow for setters with non-basic
assignments (for example,??=or+=)