tree: 721d40edcb146af681cd148d2994afb644648f4d [path history] [tgz]
  1. BUILD.gn
  2. CHANGELOG.md
  3. pubspec.yaml
  4. README.md
mojo/dart/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