pub_upgrader 1.0.1 copy "pub_upgrader: ^1.0.1" to clipboard
pub_upgrader: ^1.0.1 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 #

https://github.com/callmephil/pub_upgrader/assets/2213079/55b5aed1-d459-452a-b832-88c7075c582e

Capabilities #

  • ✅ upgrade dependencies.
  • ❌ upgrade SDK/environment
  • ❌ upgrade Android config
  • ❌ upgrade Web config
  • ❌ upgrade iOS config
  • ❌ upgrade pods
2
likes
150
points
14
downloads

Publisher

verified publisherpolarstork.com

Weekly Downloads

A command-line that upgrade all dependencies in your pubspec.yaml file to the latest version.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on pub_upgrader