Change Container() to Placeholder() in snippets #4136
Labels
in flutter
Relates to running Flutter apps
is enhancement
relies on sdk changes
Something that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
See discussion at #3975 (comment). Empty
Container()
s may trigger lints, andPlaceholder
seems like a perfect replacement (const Placeholder()
).Needs doing in both the local snippets and the server.
The text was updated successfully, but these errors were encountered: