pubup 0.1.1
pubup: ^0.1.1 copied to clipboard
Automatically update pubspec.yaml dependency constraints to the latest resolvable versions across Dart and Flutter workspace packages.
0.1.1 #
- Tolerate non-JSON content in
flutter pub outdated --jsonoutput. Previously the root package scan could fail withFormatException: Unexpected characterwhen Flutter appended its "A new version of Flutter is available" banner after the JSON payload. The runner now extracts the JSON object from stdout and ignores any surrounding noise.
0.1.0 #
- Initial release.
- Workspace-aware dependency constraint updater for Dart and Flutter projects.
- Supports
--dry-run,--[no-]dev,--package, and--rootflags. - Automatically detects
dart pubvsflutter pubper package. - Skips path, git, sdk, and non-standard dependency sources.