mgpcli 0.1.74 copy "mgpcli: ^0.1.74" to clipboard
mgpcli: ^0.1.74 copied to clipboard

discontinued

Tools for building Flutter applications

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mgpcli

Use it

The package has the following executables:

$ mgpcli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mgpcli

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

dependencies:
  mgpcli: ^0.1.74

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:mgpcli/executable.dart';
import 'package:mgpcli/runner.dart';
import 'package:mgpcli/utils/util.dart';