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

outdated

CLI to publish app previews for your app for every pull request via Codemagic.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate codemagic_app_preview

Use it

The package has the following executables:

$ app_preview
$ codemagic_app_preview

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add codemagic_app_preview

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  codemagic_app_preview: ^0.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:codemagic_app_preview/codemagic_app_preview.dart';
8
likes
0
points
55
downloads

Publisher

verified publishernils.re

Weekly Downloads

CLI to publish app previews for your app for every pull request via Codemagic.

Repository (GitHub)
View/report issues

Topics

#ci #cicd #codemagic #pull-request #code-review

License

unknown (license)

Dependencies

args, clock, http

More

Packages that depend on codemagic_app_preview