The essential plugin for making working with Flutter easier than ever!
When adding a new dependency to your pubspec.yaml file, suggestions will show up. After auto-completing the name, the latest version will be added automatically.
If there's a new version available for a dependency, it will be highlighted. You can update these dependencies by opening the quick fix menu (Show Intention Actions) and choosing Update package.
A bunch of snippets/LiveTemplates for quicker coding. Use
Ctrl+Q
when hovering over a snippet to get a preview of it.(Click here to view all)
When creating a new file, choose the "New Flutter Widget" option. Enter the name for your widget and select its type.
When creating a new file, choose the "New Flutter Bloc" option.
Enter a name for your bloc and it will automatically generate all required classes for you.
Please note: This requires you to add the package "bloc" to your pub dependencies.
When creating a new file, choose the "New Flutter Bloc" option.
Enter a name for your bloc and it will automatically generate all required classes for you.
Please note: This requires you to add the package "flutter_vector_icons" to your pub dependencies. The only compatible iconpacks for now are FontAwesome, Ionicons and MaterialCommunityIcons.
You can install plugin directly from IntelliJ IDEA or Android Studio:
- Open Preferences
- Choose Plugins
- Select the Marketplace tab
- Search for Flutter Enhancement Suite
- Click on install
- Create a bug report when accounting a bug
- Fixed plugin verification error due to missing Java dependency
- Fixed compatibility issues with Android Studio 3.4.2
- Added icon previews
- Fixed issue caused by autocompleting pub dependencies
- Added "New Flutter Widget" option to the "New File" menu
- Added "New Flutter Bloc" option to the "New File" menu
- Added even more snippets
- Improved the performance of autocompleting pub dependencies
- Added support for automatically checking for updates in pubspec.yaml
- Added support for autocompleting pub.dev dependencies
- Added snippets