codemagic_app_preview 0.0.3
codemagic_app_preview: ^0.0.3 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
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.