mobipkg 0.0.1-dev.1 copy "mobipkg: ^0.0.1-dev.1" to clipboard
mobipkg: ^0.0.1-dev.1 copied to clipboard

Package manager for mobile development. Make your project easy to build.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate mobipkg

Use it

The package has the following executables:

$ mobipkg

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mobipkg

With Flutter:

 $ flutter pub add mobipkg

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

dependencies:
  mobipkg: ^0.0.1-dev.1

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:mobipkg/mobipkg.dart';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Package manager for mobile development. Make your project easy to build.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

args, logger, path, pub_semver, yaml, yaml_edit

More

Packages that depend on mobipkg