flutter_deploy 0.0.2
flutter_deploy: ^0.0.2 copied to clipboard
A Dart CLI tool for Flutter developers — auto-increments build numbers, syncs iOS project files, and optionally stamps a deploy timestamp constant.
Changelog #
0.0.2 #
- Improved version prompt: combined two-step "Update version?" + "New version" into a single prompt.
- Enter accepts the auto-suggested build number; type any
x.y.z+nfor a custom version; typen/no/skipto skip entirely.
0.0.1 #
- Initial release.
- Interactive version bumping with auto-incremented build number suggestion.
- Non-interactive / CI-friendly flags:
--bump,--version,--dry-run,--no-ios,--stamp,--no-stamp. - iOS project file sync:
Info.plist(via PlistBuddy on macOS) andproject.pbxproj(pure Dart, all platforms). - Optional build timestamp stamping — writes a
static const Stringto a Dart source file inDDMMYYYYHHmmformat. - Automatic
fvmdetection. - Cross-platform: macOS, Linux, Windows.