proto_google 0.0.1 copy "proto_google: ^0.0.1" to clipboard
proto_google: ^0.0.1 copied to clipboard

Public interface definitions of Google APIs for Dart and gRPC.

Introduction #

Public interface definitions of Google APIs for Dart and gRPC.

This package is a fork of the protobuf_google package. The original repository can be found here.

Purpose of the Fork #

Was not maintained from the last three years and using old protobuf as the dependency

Getting started #

In your pubspec.yaml file add:

dependencies:
  proto_google: any

Usage #

import 'package:proto_google/proto_google.dart';
  • If you are using the generated files from the .proto file and using any Google Pre-Defined DataTypes. Update the generated .dart as follows
import 'google/protobuf/any.pb.dart' as $0; // Just an example

with

import 'package:proto_google/proto_google.dart' as $0;
0
likes
130
points
18
downloads

Publisher

verified publisherkumpali.com

Weekly Downloads

Public interface definitions of Google APIs for Dart and gRPC.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

fixnum, protobuf

More

Packages that depend on proto_google