Home > Back-end >  Visual studio code flutter extensions
Visual studio code flutter extensions

Time:07-18

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

VSCode Extension

CodePudding user response:

  • Pubspec Assist
  • Error Lens
  • Awesome Flutter Snippets
  • Related