Dart 和 gRPC 的 Google API 的公共接口定义。

入门

在您的 pubspec.yaml 文件中添加

dependencies:
  protobuf_google: any

用法

import 'package:protobuf_google/protobuf_google.dart';

GitHub

查看 Github