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