moronepo 0.1.1 copy "moronepo: ^0.1.1" to clipboard
moronepo: ^0.1.1 copied to clipboard

outdated

A tool to simplify development in a dart multi-package repository.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate moronepo

Use it

The package has the following executables:

$ moronepo

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add moronepo

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

dependencies:
  moronepo: ^0.1.1

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

Import it

Now in your Dart code, you can use:

import 'package:moronepo/moronepo.dart';
3
likes
0
pub points
0%
popularity

Publisher

verified publishermeniga.com

A tool to simplify development in a dart multi-package repository.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, equatable, flutter, glob, json_annotation, logging, meta, path, pub_semver, pubspec_parse, quiver

More

Packages that depend on moronepo