I’m new to flutter. Are there any extensions that can improve my code writing speed? For example a way to create a widget automatically and not manually.
CodePudding user response:
You can install "Awesome Flutter Snippet"
Extension, it's pretty famous and useful, it will help you wrap any widget on top of any widget.
You can also explore other Extension by searching in extension on the VSCode
CodePudding user response:
- Pubspec Assist
- Error Lens
- Awesome Flutter Snippets