-5

I want to send the protobuf file to server but I don't know how to make a protobuf file, and the way to send it.

1 Answers1

0

Try the protobuf package https://pub.dartlang.org/packages/protoc_plugin more instructions found on the same page

dependencies:
   protoc_plugin: ^0.10.2



import 'package:protobuf/protobuf.dart';
F-1
  • 2,887
  • 20
  • 28