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.

MobiPkg (Do not use this package, it is not ready yet.) #

mobipkg, makes mobile development easier. This package does the following:

  • edit your project file
  • install
  • Find binary in output

Support platforms:

  • windows
  • macOS
  • linux

Table of Contents #

Installation #

Download with github release #

Download the latest release from here.

Build from source #

Prerequisites

Dart SDK 2.19.6 or later

Build it

git clone https://github.com/MobiPkg/MobiPkg.git
cd MobiPkg
dart pub get
dart compile exe bin/mobipkg.dart -o mobipkg
chmod +x mobipkg

Install with pub global #

dart pub global activate mobipkg

Usage #

See docs.

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