This IntelliJ plugin inspects your pubspec.yaml file to find if you're using the latest package versions from the pub.dev - the official package repository for Flutter and Dart apps.
You can install plugin directly from IntelliJ IDEA or Android Studio:
- Open Preferences
- Choose Plugins
- Select to look for plugins from Marketplace
- Search for Flutter Pub Version Checker
- Tap on Install
Once plugin is installed, go to the pubspec.yaml file. If plugin finds that newer version is available, you'll see it highlighted.
To fix that, press Cmd+Enter (Alt+Enter) or click the action indicator to the left of the caret to open the action list and choose "Update dependency".
By default, the plugin will only check for the newest stable version in Pub.dev. To include preview and prerelease versions, in your IDE go to the Settings/Preferences | Tools | Flutter Pub Version Checker and check "Include prerelease and preview versions" checkbox:
See CHANGELOG to see what's new.
Feel free to send Pull Request or file a new Issue! Or...
If you like this project and want to support open source activity, consider sponsoring my profile ❤️