grpc_protobuf_convert 3.0.0
grpc_protobuf_convert: ^3.0.0 copied to clipboard
Simple converters to convert to / from Protobuf and Fixnum classes from Dart classes.
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>>
copied to clipboard
Then run...
flutter packages get
copied to clipboard
Example #
For examples of performing the conversion, see the Unit Tests