whitecodel_auto_link 1.1.21
whitecodel_auto_link: ^1.1.21 copied to clipboard
A Dart package for automating the build, upload, and get the link of the APK and IPA files.
Changelog #
1.1.21 - 2026-07-28 #
Fixed #
- Replaced
1.1.20+1with a true semantic version bump so pub activation resolves the new release correctly. - Keeps the dynamic installed-version update check fix from the previous release.
1.1.20+1 - 2026-07-28 #
Fixed #
- Fixed update check so the installed package version is resolved dynamically instead of using a stale hardcoded version.
- Updated the self-update command to use
dart pub global activate whitecodel_auto_link.
1.1.20 - 2026-07-28 #
Added #
- Added explicit environment selection (
dev/prod) for APK and IPA builds. - Added iOS export method selection (
development,ad-hoc,app-store,enterprise) for IPA builds. - Added support for
profilebuild mode in the interactive build flow.
Fixed #
- Replaced manual IPA zipping with
flutter build ipaso iOS exports follow proper Flutter/Xcode archive and export behavior. - Ensured APK and IPA builds pass
--dart-define=FLAVOR=...to match app environment selection.
1.1.19 - 2025-07-09 #
Added #
- Added
upload-from-urland shorthandufcommands to upload APK or IPA files directly from a remote URL.
1.1.18 - 2025-02-20 #
Added #
- Added shorthand
uflag that works the same asonly-uploadcommand for quicker file uploads.
1.1.17 - 2025-02-20 #
Fixed #
- Fixed file path handling issue on macOS by correctly formatting paths with spaces.
- Ensured proper token validation to prevent empty token errors.
- Improved absolute path conversion for better cross-platform support.