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

A CLI tool that automates Flutter project flavor setup and CI/CD pipeline generation from a single YAML config.

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

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool that automates Flutter project flavor setup and CI/CD pipeline generation from a single YAML config.

Repository (GitHub)

License

MIT (license)

Dependencies

args, image, path, yaml

More

Packages that depend on easy_setup