grpc_protobuf_convert

Table of Contents

Introduction

Provides simple conversion between Dart classes and Protobuf / Fixnum classes used in gRPC.

Using the library

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  grpc_protobuf_convert: <<version>> 

Then run...

flutter packages get

Example

For examples of performing the conversion, see the Unit Tests