uploader 0.0.4 copy "uploader: ^0.0.4" to clipboard
uploader: ^0.0.4 copied to clipboard

outdated

You can create AAB/APK or IPA and submit them to Play Console, TestFlight and Firebase App Distribution.

example/README.md

Installation #

flutter pub add --dev uploader

How to use #

  • Add config to pubspec.yaml
uploader:
  platform: all  # iosOnly, androidOnly, all
  uploadType: all # appDistributionOnly, storeOnly, all
  iosConfig:
    path: ios_deploy_config.json # must include auth_key and issuer_id
  androidConfig:
    path: android_deploy_config.json # must include client_email, client_id, private_key
    track: internal # internal, alpha, beta
    packageName: "com.package.name"
    skslPath: null 
  appDistributionConfig:
    androidBuildType : abb # abb, apk 
    androidTesters : null 
    iosTesters : [
      "tester1@gmail.com", 
      "tester2@gmail.com",
    ]
    releaseNotes: [
      "app icon updated"
    ]
  extraBuildParameters: null

After configured, now you can run uploader

flutter pub run uploader
3
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

You can create AAB/APK or IPA and submit them to Play Console, TestFlight and Firebase App Distribution.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ansicolor, collection, flutter, googleapis, googleapis_auth, yaml

More

Packages that depend on uploader