When I upgraded Android Studio to 3.2, it showed me this nice graphical release notes in a side panel (screenshot below). Can we use this to provide better release notes after a new version of the Flutter plugin is installed? The panel can be re-opened via Help > What's New in Android Studio.

That would be great. I'm not sure if that's something we can contribute to...
@stevemessick : any idea?
Not off hand; I'll have to see if they defined a contribution mechanism. We wouldn't want to overwrite it but if we can add to it that might be nice. Or maybe we want a Help > What's New in Flutter as a separate panel.
@devoncarew Seems like it would really help discovery of new stuff.
Or maybe we want a Help > What's New in Flutter as a separate panel.
That works, too. It's probably cleaner than adding to "What's New in Android Studio".
Yup, I agree that this would makes sense as a new What's New in Flutter panel.
The Assistant framework can be used for more than a "What's New" panel. Go to Tools > Firebase for a much more elaborate example. It basically implements a built-in tutorial that does some amount of code editing for you, assuming you have an Android (not Flutter) project open.
As far as making a "What's New" for Flutter, it looks straight-forward. We'd need to implement some new classes and define the content to display in an XML file.
Let's give it a try for the next plugin release?
Cc: @mjohnsullivan We can use some help from DevRel to make this space more useful.
Certainly; we can help.
On Tue, 23 Oct 2018 at 09:50, Tao Dong notifications@github.com wrote:
Let's give it a try for the next plugin release?
Cc: @mjohnsullivan https://github.com/mjohnsullivan We can use some
help from DevRel to make this space more useful.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/flutter/flutter-intellij/issues/2708#issuecomment-432327212,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGQWGBNdCH7IM2SDkUNx0KDZpuHs3JXks5un0jOgaJpZM4XxG-K
.
Cc: @csells
Most helpful comment
Not off hand; I'll have to see if they defined a contribution mechanism. We wouldn't want to overwrite it but if we can add to it that might be nice. Or maybe we want a
Help > What's New in Flutteras a separate panel.@devoncarew Seems like it would really help discovery of new stuff.