share_my_apk 0.2.0-alpha
share_my_apk: ^0.2.0-alpha copied to clipboard
A powerful command-line tool to build and upload your Flutter APKs directly to various services like Diawi and Gofile.io. This package can also be used as a library.
0.2.0-alpha #
- Configuration File: Added support for a
share_my_apk.yamlfile to allow project-specific default configurations. - Provider-Specific Tokens: Replaced the generic
--tokenwith--diawi-tokenand--gofile-tokento avoid token conflicts. - Help Command: Introduced a
--help(-h) command to display detailed usage instructions and options. - Bug Fix: Corrected an issue where the wrong token was used when automatically switching from Diawi to Gofile for large files.
0.1.0-alpha #
- Support for multiple upload providers (Diawi and Gofile.io)
- Automatic provider switching for large files (>70MB)
- Custom APK file naming with timestamps
- Environment-based directory organization
- Custom output directory configuration
- Standard logging implementation