Skip to content

Releases: marius-h/flutter_enhancement_suite

v1.7.1

20 Dec 08:17
5c39dc6
Compare
Choose a tag to compare

Changed

  • Ignore package versions which were retracted from pub.dev (#262)

Fixed

  • Fix exception when including a package which is not published on pub.dev (#260)
  • Fix exception when Pub API could not be reached (#261)

v1.7.0

17 Sep 00:29
2c3ed8e
Compare
Choose a tag to compare

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

  • 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)

v1.6.1

07 Jul 00:21
d6555cc
Compare
Choose a tag to compare

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

22 Aug 23:56
1fbcf87
Compare
Choose a tag to compare

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

21 Apr 15:54
221eea7
Compare
Choose a tag to compare

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

Fixed

  • 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)

v1.4.0

03 Mar 15:57
6f23297
Compare
Choose a tag to compare

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

19 Apr 16:05
Compare
Choose a tag to compare
  • 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)

v1.3.2

19 Apr 00:11
Compare
Choose a tag to compare
  • 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)

v1.3.1

04 Oct 15:50
Compare
Choose a tag to compare
  • Improved pub documentation view
  • Fixed Error when opening pubspec.yaml (#18)

v1.2

20 Aug 00:54
Compare
Choose a tag to compare
  • 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)