tree: df15a8bee35899805986385577fa92683e75a222 [path history] [tgz]
  1. generate.py
  2. README.md
sdk/dart-pub/README.md

Dart SDK

This frontend produces an SDK source for Dart that integrates with the Pub package manager.

Testing

Generate the SDK

$ scripts/sdk/dart-pub/generate.py --manifest path/to/manifest --output my_shiny_sdk

Try to set up a few packages

$ cd my_shiny_sdk/packages/some_package
$ pub get