Skip to content

Commit 47dfec7

Browse files
FMorschelCommit Queue
authored and
Commit Queue
committed
Adds missing entry to the Changelog
Bug: #51357 Bug: #56584 Change-Id: Idc34b808ba083dae954a23bd159ebaadf31c9ff0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409800 Auto-Submit: Felipe Morschel <[email protected]> Reviewed-by: Samuel Rawlins <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Samuel Rawlins <[email protected]>
1 parent 9bfc7ea commit 47dfec7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ main() {
7979

8080
#### Analyzer
8181

82+
- Add a new 'Go to imports' command to find the import directives that export a
83+
declaration.
8284
- Assists and quick fixes that add an import now consider the
8385
`prefer_relative_imports` and `always_use_package_imports` lint rules.
8486
- Add a new fix that converts a `~/` operation into `/`, when the `~/`
@@ -93,6 +95,8 @@ main() {
9395
and with a `Flexible` widget.
9496
- Offer an assist to "inline" an else-block's inner if-statement with the
9597
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.
96100
- Add an additional fix to import an unknown prefixed identifier by updating
97101
the `show` combinator on an existing import.
98102
- Add a fix to import an unknown prefixed identifier by adding an

0 commit comments

Comments
 (0)