tree: e8206f3ce3fb94f409cd60ffc3f9b03de584c41d [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. tool/
  5. .gitignore
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
packages/buildbucket-dart/README.md

Dart Buildbucket

Dart LUCI buildbucket protobufs.

Details

These protobufs are used to communicate with LUCI Buildbucket services from Dart Language.

Regenerating the protos

  • Run dart pub global activate protoc_plugin.
  • From packages/buildbucket-proto-dart run bash tool/regenerate.sh.

That will checkout protobuf, buildbucket and googleapis repositories. It will also compile the protos and generate their correspondent Dart classes.

Feedback

File an issue in flutter/flutter with the word ‘buildbucket-dart’ clearly in the title and cc @godofredoc.