Releases: marius-h/flutter_enhancement_suite
Releases · marius-h/flutter_enhancement_suite
v1.7.1
v1.7.0
Added
- Variable type hints
- Parameter name hints
- Code vision support for insights of usages, implementations and code contributors
Changed
- Improve performance and reliability of loading changelogs (#227)
- Improve performance and reliability of loading documentations (#227)
- Include this plugin's version in bug reports
Fixed
v1.6.1
Added
- Show breadcrumbs to easily navigate through Dart files
Changed
- Improve version detection for dependency in pubspec.yaml
Fixed
- Fix
NoSuchElementException
- Other minor bugs
Removed
- Lint editor (for now)
v1.6.0
Added
- Open a package's pub.dev page directly from your pubspec.yaml (#121)
- Make a variable, function or class private or public via alt+enter (#107)
- Custom file templates for "New Flutter widget" menu
- Run
flutter pub get
from menu by right-clicking a file or a directory (#52)
Changed
- Const constructor added for StatelessWidget and StatefulWidget templates (#141)
Fixed
- Fix "Document is locked by write PSI operations" (#124)
Removed
- Remove coverage feature
- Remove bloc feature
v1.5.0
Added
- Display test coverage in IDE
Changed
- Major performance improvements for package version checking
- Auto-import packages when extracting a widget to a new file
Deprecated
- Deprecated bloc feature. Please use the official bloc plugin (https://plugins.jetbrains.com/plugin/12129-bloc)
Fixed
v1.4.0
Added
- Display CHANGELOG.md while selecting version of package in pubspec.yaml (#27)
Fixed
- Fix 'Update package' hint at wrong location when followed by comment (#60)
- Fix Dart Live Templates enabled in comments (#51)
- Fix document locked by PSI write operations (#64)
- Fix plugin interfering with "flutter" in environment namespace (#56)
- Fix displaying README.md of package in pubspec.yaml requires disabling JSON schemes in IDE
Removed
- Remove Java dependency needed to install plugin
v1.3.3
v1.3.2
- Added option to update a package without running pub get (#21)
- Added icon preview support for material_design_icons (#23)
- Added BehaviorSubject snippet (#24)
- Improved widget-to-file extractor
- Improved performance of documentation provider for pub packages
- Fixed UI freezing when opening pubspec.yaml (#20)
- Fixed error when using the FlutterBlocGenerator plugin in Android Studio (#22)
- Fixed ConcurrentModificationException (#25)
- Fixed UnableToGetLatestVersionException (#26)