- Ignore package versions which were retracted from pub.dev (#262)
- Fix exception when including a package which is not published on pub.dev (#260)
- Fix exception when Pub API could not be reached (#261)
- Variable type hints
- Parameter name hints
- Code vision support for insights of usages, implementations and code contributors
- Improve performance and reliability of loading changelogs (#227)
- Improve performance and reliability of loading documentations (#227)
- Include this plugin's version in bug reports
- Fix null exception for PsiElement.getParent() (#254)
- Fix "Make private action doesn't create a proper constructor signature" (#255)
- Fix pub changelog provider enabled for non-Flutter projects (#256)
- Show breadcrumbs to easily navigate through Dart files
- Improve version detection for dependency in pubspec.yaml
- Fix
NoSuchElementException
- Other minor bugs
- Lint editor (for now)
- 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)
- Const constructor added for StatelessWidget and StatefulWidget templates (#141)
- Fix "Document is locked by write PSI operations" (#124)
- Remove coverage feature
- Remove bloc feature
- Display test coverage in IDE
- Major performance improvements for package version checking
- Auto-import packages when extracting a widget to a new file
- Deprecated bloc feature. Please use the official bloc plugin (https://plugins.jetbrains.com/plugin/12129-bloc)
- Fix package update suggestions for pre-release versions (#77)
- Fix adding a dependency to a pubspec file while another project is open cause pub get to run in the other project (#55)
- Display CHANGELOG.md while selecting version of package in pubspec.yaml (#27)
- 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
- Remove Java dependency needed to install plugin
- Fixed Error getting Flutter SDK information when auto-completing a package (#44)
- Fixed Error when generating a new bloc (#28,#33)
- Fixed Incompatibility with Kubernetes plugin (#30)
- 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)
- Improved pub documentation view
- Fixed error when opening pubspec.yaml (#18)
- Added GUI for editing linting rules
- Added refactor option to extract widgets to a new file (#13)
- Added snippets for Flutter Hooks (#14)
- Added more dart snippets (#10)
- Fixed PicoPluginExtensionInitializationException (#16)
- Added documentation preview for pub packages (#6)
- Added feature to automatically run "pub get" when auto-completing or updating a package (#4)
- Added more snippets (#9)
- Added bug report generator
- Fixed fstreambuilder snippet (#7)
- Fixed plugin exception (#5)
- 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