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

This package is used for creating AAB/APK and IPA files, and sending 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 # ios, android, all
  uploadType: all # appDistribution, store, all
  testFlightConfig:
    path: ios/deploy_config.json # must include auth_key and issuer_id
  playStoreConfig:
    path: android/deploy_config.json # must include client_email, client_id, private_key
    track: internal # internal, alpha, beta
    skslPath: android/sksl.json
  appDistributionConfig:
    androidBuildType: abb # abb, apk
    androidTesters:
      path: android/testers.txt
    iosTesters:
      url: https://testers.txt
    releaseNotesPath: release_notes.txt
  useParallelUpload: true # default:true
  enableLogFileCreation: false # default: false.
  extraBuildParameters: null

After configured, now you can run uploader

flutter pub run uploader
3
likes
150
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

This package is used for creating AAB/APK and IPA files, and sending them to Play Console, TestFlight, and Firebase App Distribution

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, collection, dio, flutter, googleapis, googleapis_auth, yaml

More

Packages that depend on uploader