whitecodel_auto_link 1.0.16 whitecodel_auto_link: ^1.0.16 copied to clipboard
A Dart package for automating the build, upload, and get the link of the APK and IPA files.
Whitecodel Auto Link #
Overview #
This script automates the process of building and uploading Flutter APK and IPA files to Diawi.
Video Tutorial #
Prerequisites #
Before using this script, make sure you have the following:
-
Flutter SDK: Ensure that Flutter is installed on your machine. You can install it by following the instructions on the Flutter website.
-
Diawi Token: Obtain your Diawi token by visiting https://dashboard.diawi.com/profile/api.
Usage #
whitecodel_auto_link <token> <buildType> <releaseType>
Default Values #
- If
buildType
is not provided, it defaults toboth
. - If
releaseType
is not provided, it defaults todebug
.
Example #
whitecodel_auto_link abcdef123456789 apk release
whitecodel_auto_link abcdef123456789 ipa release
whitecodel_auto_link abcdef123456789 both release
whitecodel_auto_link abcdef123456789 apk debug
whitecodel_auto_link abcdef123456789 ipa debug
whitecodel_auto_link abcdef123456789 both debug
Author #
License #
This project is licensed under the MIT License - see the LICENSE file for details.