flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Change snippets to use Placeholder() instead of Container()

Open DanTup opened this issue 3 years ago • 0 comments

See discussion at https://github.com/Dart-Code/Dart-Code/issues/3975#issuecomment-1234507375. Empty Container()s may trigger lints, and Placeholder seems like an ideal replacement (const Placeholder()).

I'm going to change this in VS Code + LSP (https://github.com/Dart-Code/Dart-Code/issues/4136) and it makes sense to keep these the same.

DanTup avatar Sep 01 '22 23:09 DanTup