A collection of extensions for Flutter development by Mr Chetan (Chetan Bhalothia).
VS Code extension pack help to create a your Flutter app using Dart code.
- Open VS Code and click on Extensions Icon in the Activity Bar.
- Type mrchetan.flutter
- Install the Extension Pack.
This extension pack includes the following extensions:
-
Dart - Dart language support and debugger for Visual Studio Code.
-
Flutter - Flutter support and debugger for Visual Studio Code.
-
Awesome Flutter Snippets - Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes.
-
bloc - Support for the bloc library and provides tools for effectively creating blocs for both Flutter and AngularDart apps.
-
Flutter Color - This plugin help you to easily visualize the color.
- Flutter Files - Quickly scaffold flutter bloc file templates.
-
Flutter Helpers - Helper utilities for flutter projects.
-
Flutter MVVM Architecture Generator - VsCode extension to generate boilerplate code when using FilledStack's responsive architecture using Providers.
-
Flutter Tree - Extension for Flutter to build basic widget tree.
-
Flutter Widget Snippets - A set of helpful widget snippets for day to day Flutter development.
-
Dart Data Class Generator - Create dart data classes easily, fast and without writing boilerplate or running code generation.
-
Pubspec Assist - Easily add and update dependencies to your Dart and Flutter project.
-
Pubspec Dependency Search - Easy search dependency name in dart packages site for flutter developers.
-
YAML - YAML Language Support by Red Hat, with built-in Kubernetes syntax support.
flutter create <AppName>
flutter doctor
flutter devices
flutter run
flutter pub get
Enjoy Chetan's Extension Pack!