buildbucket 1.0.12 copy "buildbucket: ^1.0.12" to clipboard
buildbucket: ^1.0.12 copied to clipboard

LUCI Buildbucket library. Protos and utilities to communicate with LUCI buildbucket service.

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-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.

Validating Changes #

In order to validate the changes you have made before releasing a new version you can point your project to the local directory for packages/buildbucket-dart by doing the following in your project's pubspec.yaml:

    dependencies:
      buildbucket-dart:
        path: /your/path/to/packages/buildbucket-dart

Feedback #

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

0
likes
80
pub points
81%
popularity

Publisher

unverified uploader

LUCI Buildbucket library. Protos and utilities to communicate with LUCI buildbucket service.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

fixnum, grpc, protobuf, protoc_plugin

More

Packages that depend on buildbucket