--
You received this message because you are subscribed to the Google Groups "Flutter Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Mikkel Nygaard RavnSoftware Engineer
What you can do is pass protobuf as a byte[] between flutter and java / swift.
Then you can use the protobuf to codegen the dart code too if you want.
You can then use that same protobuf with grpc to do network communications.
Not sure if this helps. I was using json but am trying out protobufs because it's quite a bit faster at runtime.