tree: 3b2b55af27566d125e6fe18ebb5ee6bfc00f373a [path history] [tgz]
  1. AUTHORS
  2. BUILD.gn
  3. CHANGELOG.md
  4. LICENSE
  5. pubspec.yaml
  6. README.md
mojo/dart/packages/mojo_sdk/README.md

mojo_sdk

This is a meta-package for the Mojo Dart SDK. This package depends on specific versions of Mojo Dart SDK leaf packages which are compatible with each other.

Your project should depend on a fixed version of this package and not on any of the Mojo Dart SDK leaf packages.

Depending on mojo_sdk

Add the following to your pubspec.yaml:

dependencies:
  mojo_sdk: 0.1.0

Always use an exact version of the mojo_sdk package when expressing your dependency