easy_setup 0.3.0 copy "easy_setup: ^0.3.0" to clipboard
easy_setup: ^0.3.0 copied to clipboard

Take a Flutter app from code to both stores from one YAML — service provisioning, native config, store assets, signing, builds, and uploads.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate easy_setup

Use it

The package has the following executables:

$ easy_setup

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_setup

With Flutter:

 $ flutter pub add easy_setup

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

dependencies:
  easy_setup: ^0.3.0

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:easy_setup/easy_setup.dart';
0
likes
160
points
36
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Take a Flutter app from code to both stores from one YAML — service provisioning, native config, store assets, signing, builds, and uploads.

Repository (GitHub)

License

MIT (license)

Dependencies

args, dart_jsonwebtoken, image, path, yaml

More

Packages that depend on easy_setup