flutter_deploy 0.0.1 copy "flutter_deploy: ^0.0.1" to clipboard
flutter_deploy: ^0.0.1 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.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) and project.pbxproj (pure Dart, all platforms).
  • Optional build timestamp stamping — writes a static const String to a Dart source file in DDMMYYYYHHmm format.
  • Automatic fvm detection.
  • Cross-platform: macOS, Linux, Windows.
0
likes
150
points
27
downloads

Documentation

API reference

Publisher

verified publisherubxty.com

Weekly Downloads

A Dart CLI tool for Flutter developers — auto-increments build numbers, syncs iOS project files, and optionally stamps a deploy timestamp constant.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #cli #versioning #deployment #build-tools

License

MIT (license)

Dependencies

args

More

Packages that depend on flutter_deploy