No longer maintained: I've decoded to stop maintaining this to focus on other thigs.
Table of Contents
Provides simple conversion between Dart classes and Protobuf / Fixnum classes used in gRPC.
Add the repo to your Flutter pubspec.yaml
file.
dependencies:
grpc_protobuf_convert: <<version>>
Then run...
flutter packages get
For examples of performing the conversion, see the Unit Tests