Using golang grpc but with golang running embedded
Check out the flutter dialer in the empirefox org on GitHub.
It goes even further than your example
It allows you to have a boltdb or badger db inside flutter and shared type fully.
I have used it and found it saved me having to write all the logic in dart. The dart code is now really just dealing with the GUI aspects and nothing else.
You can think of the golang code being embedded as web workers for your flutter app also.
Hope it interests you.
See https://github.com/empirefox/flutter_dial_go
and https://github.com/empirefox/hybrid
Make files do all the stuff needed...
Hi @gedw99
Thank you very much for information and links. I am going to take a look at the links.