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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add buildbucket

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  buildbucket: ^1.0.12

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:buildbucket/buildbucket_pb.dart';
0
likes
80
pub points
89%
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