FlutterPubVersionChecker
IntelliJ plugin for checking the latest Pub packages versions in pubspec.yaml
Install / Use
/learn @pszklarska/FlutterPubVersionCheckerREADME
Flutter Pub Version Checker
<!-- Plugin description -->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.
<!-- Plugin description end -->How to install?
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
How to use?
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".
<img src="img/quick_fix.png" alt="Flutter Pub Version Checker in action"/>Configuration
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:
<img src="img/plugin_settings.png" alt="Settings"/>What's new?
See CHANGELOG to see what's new.
How can I help?
Feel free to send Pull Request or file a new Issue! Or...
Sponsor this project!
If you like this project and want to support open source activity, consider sponsoring my profile ❤️
