flutter / flutter-intellij

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

consider checking for flutter framework updates #2932

Open devoncarew opened 5 years ago

devoncarew commented 5 years ago

We should consider checking for flutter framework updates as part of the IntelliJ 'check for updates' action.

pq commented 5 years ago

FWIW I did some poking around (and confirmed w/ Alex) and there doesn't seem to be a way to easily hook into the update check. The best angle is probably to do our own update check the way we do in the Dart Plugin.

Popping up, I do think this would be very handy since so many of our exchanges with folks begin with "could you update you SDK and try again?" I'll look a little deeper.

@devoncarew feel free to re-assign if you're already tackling. 👍

devoncarew commented 5 years ago

Cool, thanks for looking into it. I think android studio has custom behavior here, but they may replace the action completely (which isn't something we're likely to want to do).