codemagic_app_preview 0.1.0
codemagic_app_preview: ^0.1.0 copied to clipboard
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.
![]() |
![]() |
---|
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.