flutter_upgradex 0.0.2 copy "flutter_upgradex: ^0.0.2" to clipboard
flutter_upgradex: ^0.0.2 copied to clipboard

Upgrade your Flutter dependencies one by one — safely. Walks through every dependency in pubspec.yaml, upgrades each to its latest pub.dev version, runs flutter analyze, and rolls back any package tha [...]

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.2 - 2026-06-27 #

Features #

  • detect fvm and auto-gitignore log file at runtime (#2) (c5fc7f8)

0.0.1 - 2026-06-27 #

Added #

  • Safe dependency upgrader: Walks through every hosted dependency in pubspec.yaml, upgrades each to its latest pub.dev version, and runs flutter analyze after each one.
  • Automatic rollback: If flutter analyze fails after an upgrade, the package is automatically rolled back to its previous version and the project is restored to a passing state.
  • Failure log: If any packages fail, flutter_upgradex_logs.txt is written listing every rolled-back package.
  • PubspecUtils: Testable utility class for reading and modifying pubspec.yaml constraints.
1
likes
0
points
273
downloads

Publisher

verified publishermoulibheemaneti.com

Weekly Downloads

Upgrade your Flutter dependencies one by one — safely. Walks through every dependency in pubspec.yaml, upgrades each to its latest pub.dev version, runs flutter analyze, and rolls back any package that breaks your project.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #developer-tools #dependencies #upgrade

License

unknown (license)

Dependencies

yaml

More

Packages that depend on flutter_upgradex