tree: 549bf08f3733b97f5f076781a8f8b2f13941d49a [path history] [tgz]
  1. lib/
  2. test/
  3. BUILD.gn
  4. CHANGELOG.md
  5. pubspec.lock
  6. pubspec.yaml
  7. README.md
mojo/dart/mojom/README.md

mojom

This package is a placeholder for generated mojom bindings.

Generated Mojo bindings in other pub packages should be installed into this package by saying the following after pub get:

$ dart -p packages packages/mojom/generate.dart

If desired, additional directories holding .mojom.dart files can be specified; their contents will be installed to this package as well:

$ dart -p packages packages/mojom/generate.dart -a </path/to/mojom/dir>