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

Upgrade Flutter dependencies one by one — safely. Runs flutter analyze after each upgrade and auto-rolls back anything that breaks.

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.1.1 - 2026-06-29 #

Bug Fixes #

  • write logs immediately on failure with real flutter analyze output (b054d05)

0.1.0 - 2026-06-27 #

Features #

  • upgrade output ui and skip already-latest packages (b28c795)

0.0.3 - 2026-06-27 #

Documentation #

  • revamp readme with badges, terminal demo, and corrected usage command (3e979cc)
  • shorten pubspec description to comply with pub.dev 60–180 character limit, improving pub score

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
160
points
273
downloads

Documentation

API reference

Publisher

verified publishermoulibheemaneti.com

Weekly Downloads

Upgrade Flutter dependencies one by one — safely. Runs flutter analyze after each upgrade and auto-rolls back anything that breaks.

Repository (GitHub)
View/report issues
Contributing

Topics

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

License

MIT (license)

Dependencies

yaml

More

Packages that depend on flutter_upgradex