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

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

With Flutter:

 $ flutter 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.2

Alternatively, your editor might support dart pub get or flutter 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';
6
likes
120
pub points
25%
popularity

Publisher

verified publishernils.re

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

Repository (GitHub)
View/report issues
Contributing

Topics

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

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, clock, http

More

Packages that depend on codemagic_app_preview