If there any chance it will be used in flutter for mobile and desktop.
I know this is an open question but compared to the current options it's a way better approach for writing modules.
It could be of course that it is total unsuited to the flutter plugin context but I just wanted to raise it.
At the moment when I do a plug-in where I need to share logic and other things between server and mobile I write it in rust or golang.
Anyway hope I have explained my question...
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It's just json passing between the flutter code and the golang code using an agnostic java and swift plugin.
So it's quick to bring in new golang code.
It's really helped the team speed up and just concentrate on the flutter code and golang logic.
Next I can change it to use protobufs which should speed things up.
Also from the .proto I can code generate strongly typed dart code to pick up regressions in the dart code when the golang code is changed.