uni 0.0.1
uni: ^0.0.1 copied to clipboard
Universal Dart/Flutter package manager. A companion to `multipack`.
uni #
Universal Dart/Flutter package manager. A companion to multipack - a monorepo management tool.
uni uses dart, flutter, pub, dartfmt, dartanalyzer and dartdoc based on the project you are in.
To activate uni run one of the following commands:
pub global activate uni
# or
dart pub global activate uni
# or
flutter pub global activate uni
# or
uni pub global activate uni
Available commands
- ✅
uni doctor: Show information about the installed tooling. - ❌
uni analyze: Analyze the project's Dart code. - ❌
uni compile: Compile Dart to various formats. - ❌
uni create: Create a new project. - ❌
uni format: Idiomatically format Dart source code. - ❌
uni migrate: Perform a null safety migration on a project or package. - ❌
uni pub: Work with packages. - ❌
uni run: Run the program. - ❌
uni test: Run tests in this package.