pub_upgrader 1.0.0
pub_upgrader: ^1.0.0 copied to clipboard
A command-line that upgrade all dependencies in your pubspec.yaml file to the latest version.
This package upgrades your pubspec.yaml dependencies versions.
Installation #
Add to your pubspec.yaml below dev_dependencies
pub_upgrader: ^1.0.0
or run the command
flutter pub add pub_upgrader
How It Works #
The code will match the following patterns and will exclude anything else.
package: ^..
package_with_underscore: ^..
Known Issue #
Currently only support dependencies & dev_dependencies.
Demo #
Capabilities #
- ✅ upgrade dependencies.
- ❌ upgrade SDK/environment
- ❌ upgrade Android config
- ❌ upgrade Web config
- ❌ upgrade iOS config
- ❌ upgrade pods
