mobipkg 0.0.1-dev.1 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.