flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.95k stars 315 forks source link

Warn users if they are on an old IntelliJ plugin #3961

Open jacob314 opened 4 years ago

jacob314 commented 4 years ago

If a user updates to the latest Flutter but is still using an old IntelliJ plugin we should warn them that they should also update their Flutter IntelliJ plugin to get the best experience.

Similarly, if a user hits an exception and is using an old IntelliJ plugin we should suggest they update their plugin to see if that fixes the issue before filing a bug.

This should help avoid bug reports like https://github.com/flutter/flutter-intellij/issues/3955 which cost our team time and lead users to think that our tools are buggy even when we have fixed the bugs.

OmAximani0 commented 10 months ago

Hey, I want to contribute on this but not getting how to start. Can someone please help ?