This repository was archived by the owner on Nov 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1- # master
2-
3- - update ` use_setters_to_change_properties ` to only highlight a method name,
4- not the entire body and doc comment.
5- - update ` unnecessary_getters_setters ` to allow otherwise "unnecessary" getters
6- and setters with annotations.
7- - update ` missing_whitespace_between_adjacent_strings ` to allow String
8- interpolations at the beginning and end of String literals.
9- - update ` unnecessary_getters_setters ` to allow for setters with non-basic
10- assignments (for example, ` ??= ` or ` += ` ).
1+ # 1.7.0
2+
3+ - fixed case-sensitive false positive in ` use_full_hex_values_for_flutter_colors `
4+ - improved try-block and switch statement flow analysis for
5+ ` use_build_context_synchronously `
6+ - updated ` use_setters_to_change_properties ` to only highlight a method name,
7+ not the entire body and doc comment
8+ - updated ` unnecessary_getters_setters ` to allow otherwise "unnecessary" getters
9+ and setters with annotations
10+ - updated ` missing_whitespace_between_adjacent_strings ` to allow String
11+ interpolations at the beginning and end of String literals
12+ - updated ` unnecessary_getters_setters ` to allow for setters with non-basic
13+ assignments (for example, ` ??= ` or ` += ` )
1114
1215# 1.6.1
1316
Original file line number Diff line number Diff line change 33// BSD-style license that can be found in the LICENSE file.
44
55/// Package version. Synchronized w/ pubspec.yaml.
6- const String version = '1.6.1 ' ;
6+ const String version = '1.7.0 ' ;
Original file line number Diff line number Diff line change 11name : linter
2- version : 1.6.1
2+ version : 1.7.0
33
44description : >-
55 The implementation of the lint rules supported by the analyzer framework.
You can’t perform that action at this time.
0 commit comments