flutter_helper_tools 1.0.0
flutter_helper_tools: ^1.0.0 copied to clipboard
A Flutter build automation CLI tool — build APK, AAB, and IPA with multi-flavor support, and upload artifacts via rclone to any cloud storage (Google Drive, S3, Dropbox, etc.).
Changelog #
1.0.0 #
-
Initial release.
-
Interactive menu with 19 build/clean/upload options.
-
Non-interactive CLI via
fh build apk|aab|ipa,fh clean,fh upload,fh project. -
Multi-flavor support auto-detected from
build.gradle(Groovy + Kotlin DSL). -
Upload via rclone (replaces gdrive — explicit errors, progress bar, 70+ remotes).
-
Artifact filename includes app name, custom label, flavor, version, and date.
-
Clipboard integration (macOS pbcopy, Linux xclip/xsel).
-
Desktop notifications (macOS osascript, Linux notify-send).
-
FVM (Flutter Version Manager) support.
-
Saved upload destinations in
~/.flutter_helper_projects.json.## 1.0.0 -
Initial version.