flutter_upgradex 0.0.2
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.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 runsflutter analyzeafter each one. - Automatic rollback: If
flutter analyzefails 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.txtis written listing every rolled-back package. PubspecUtils: Testable utility class for reading and modifyingpubspec.yamlconstraints.