awesome_flutter_extensions
github.com/frezyx/awesome_flutter_extensions ↗A curated list of the most popular extensions for dart / Flutter development in various IDEs including Visual Studio Code, IntelliJ IDEA, and Android Studio
Use this list with your AI agent
Add the Context Awesome MCP server to Claude, Cursor, or any MCP client, then ask:
"Show me visual studio code resources from awesome_flutter_extensions"
Installation instructions →What's inside
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.
- Dart
Official extension for Dart support in VS Code. Provides syntax highlighting, IntelliSense, debugging, and more.
- Dart Barrel Export File Generator
Create barrel file that exports the files in current directory. This allows for importing whole folders in batch instead of importing each file one by one. Creates index.dart and dir_name.dart.
- Dart Data Class Generator
Create dart data classes easily, fast and without writing boilerplate or running code generation.
- Dart Part Generator
Extension to generate Dart part files quickly. Open a dart file, select this command, write a file name. The new dart file with the will be created and the will be added to the original file.
Android Studio
- bloc
Bloc Library Tools for effectively creating blocs and cubits for both Flutter and AngularDart apps.
- Dart
Official plugin for Dart support in Android Studio. Provides code analysis, code completion, refactoring, and more.
- Flutter
Official plugin for Flutter development in Android Studio. Offers Flutter-specific features like hot reload, widget inspector, and integrated testing.
- Flutter Enhancement Suite
Collection of productivity enhancements for Flutter developers, including code generation, file templates, and live templates.
- Flutter Intl
Simplifies internationalization in Flutter projects by generating localization code and managing translations.
- Flutter Pub Version Checker
Inspects your pubspec.yaml file to find if you're using the latest package versions from the pub.dev - the official package repository for Flutter and Dart apps.
Showing a sample of 24 resources. View the full list on GitHub →