whitecodel_auto_link 1.1.1 copy "whitecodel_auto_link: ^1.1.1" to clipboard
whitecodel_auto_link: ^1.1.1 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 #

YouTube Video

Prerequisites #

Before using this script, make sure you have the following:

Installation #

dart pub global activate whitecodel_auto_link

Usage #

whitecodel_auto_link login
whitecodel_auto_link <buildType> <releaseType>
whitecodel_auto_link logout

Default Values #

  • If buildType is not provided, it defaults to both.
  • If releaseType is not provided, it defaults to debug.

Example #

whitecodel_auto_link apk release
whitecodel_auto_link ipa release
whitecodel_auto_link both release
whitecodel_auto_link apk debug
whitecodel_auto_link ipa debug
whitecodel_auto_link both debug

Author #

License #

This project is licensed under the MIT License - see the LICENSE file for details.

37
likes
0
pub points
29%
popularity

Publisher

verified publisherwhitecodel.com

A Dart package for automating the build, upload, and get the link of the APK and IPA files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

chalkdart, http, interact

More

Packages that depend on whitecodel_auto_link