codemagic_app_preview 0.1.0 copy "codemagic_app_preview: ^0.1.0" to clipboard
codemagic_app_preview: ^0.1.0 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
  - build/macos/Build/Products/Release/*.app
publishing:
  scripts:
    - name: Add Dart SDK to PATH
      script: |
        echo PATH="$PATH":"$FLUTTER_ROOT/.pub-cache/bin" >> $CM_ENV
        echo PATH="$PATH":"$FLUTTER_ROOT/bin" >> $CM_ENV
    - name: Post App Preview
      script: |
         app_preview post \
          --github_token $GITHUB_PAT \
          --codemagic_token $CODEMAGIC_TOKEN

Supported platforms #

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

Android iOS macOS Web Linux Windows
✔️ ✔️ ✔️

Supported Git providers #

 GitHub GitLab Bitbucket
✔️ ✔️

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, clock, duration, http

More

Packages that depend on codemagic_app_preview