flutter_upgradex 0.1.1
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 #
0.0.3 - 2026-06-27 #
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.