Nash0x7E2 / awesome-flutter-snippets

Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes
https://marketplace.visualstudio.com/items?itemName=Nash.awesome-flutter-snippets
Apache License 2.0
161 stars 72 forks source link

[proposal] make widgets default to Container only #43

Closed Ascenio closed 3 years ago

Ascenio commented 3 years ago

Based on problems discussed in #36 it would be better if the widgets default to a simple Container. The point is to not have the error message because we didn't provided a widget.

Also closes #36.