codemagic_app_preview 0.0.1 copy "codemagic_app_preview: ^0.0.1" to clipboard
codemagic_app_preview: ^0.0.1 copied to clipboard

outdated

Publish preview for your app for every pull request via Codemagic.

Codemagic App Preview #

We all know testing manually the changes of a pull request is hard. With this package you only need to add 2 lines to your Codemagic configurations and you will get for every pull request QR codes. You can just scan these QR codes with your smartphone and test the changes.

Demo of the app preview pull request comment Demo of scanning the iOS app preview qr code
artifacts:
  - build/**/outputs/apk/**/*.apk
  - build/ios/ipa/*.ipa
publishing:
  scripts:
     - name: Post App Preview
       script: |
         dart pub global activate codemagic_app_preview
         app_preview post --gh_token $GITHUB_PAT

Supported platforms #

Currently, you can generate a preview only for the following platforms.

Android iOS MacOS Web Linux Windows
✔️ ✔️

Disclaimer #

This is an unofficial package for Codemagic. It's not maintained by Codemagic.

8
likes
0
points
55
downloads

Publisher

verified publishernils.re

Weekly Downloads

Publish preview for your app for every pull request via Codemagic.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http

More

Packages that depend on codemagic_app_preview