File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ main() {
79
79
80
80
#### Analyzer
81
81
82
+ - Add a new 'Go to imports' command to find the import directives that export a
83
+ declaration.
82
84
- Assists and quick fixes that add an import now consider the
83
85
` prefer_relative_imports ` and ` always_use_package_imports ` lint rules.
84
86
- Add a new fix that converts a ` ~/ ` operation into ` / ` , when the ` ~/ `
@@ -93,6 +95,8 @@ main() {
93
95
and with a ` Flexible ` widget.
94
96
- Offer an assist to "inline" an else-block's inner if-statement with the
95
97
else-block to read ` else if ` .
98
+ - Add a fix to ` use_decorated_box ` by swapping the ` Container ` with
99
+ ` ColoredBox ` as suggested by the lint.
96
100
- Add an additional fix to import an unknown prefixed identifier by updating
97
101
the ` show ` combinator on an existing import.
98
102
- Add a fix to import an unknown prefixed identifier by adding an
You can’t perform that action at this time.
0 commit comments