flutter-intellij
flutter-intellij copied to clipboard
Change snippets to use Placeholder() instead of Container()
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.