Flutter IntelliJ Plugin M65 Release

79 views
Skip to first unread message

Steve Messick

unread,
Mar 1, 2022, 12:43:43 PM3/1/22
to flutter-...@googlegroups.com

Flutter IntelliJ Plugin M65 Release

This release cycle was primarily focused on fixing problems and reducing tech debt.

  • When opening a project with Android Studio, an Android module will be created if it is missing. A number of Android-specific tools rely on the presence of the Android module to be enabled. This has the unfortunate side-effect of causing an error when that project is later opened with IntelliJ; the error can be ignored.

  • Some live templates were generating code that did not pass strict lint rules. That has been fixed. See #5962 for details; the new version does not expose a private class in the public API. The old version of stful would generate:
    _FooState createState() => _FooState();

The proper code is:
State<Foo> createState() => _FooState();

Supported Platforms

Android Studio

  • Arctic Fox | 2020.3.1

  • Bumblebee | 2021.1

  • Chipmunk | 2021.2

  • Dolphin | 2021.3


IntelliJ

  • 2020.3

  • 2021.1, 2021.2, 2021.3

  • 2022.1 EAP


This is the final update for the 2020.3 version.


Reply all
Reply to author
Forward
0 new messages