flutter-grpc-tutorial icon indicating copy to clipboard operation
flutter-grpc-tutorial copied to clipboard

Using golang grpc but with golang running embedded

Open ghost opened this issue 7 years ago • 2 comments

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.

ghost avatar Jan 13 '19 22:01 ghost

See https://github.com/empirefox/flutter_dial_go

and https://github.com/empirefox/hybrid

Make files do all the stuff needed...

ghost avatar Jan 14 '19 13:01 ghost

Hi @gedw99

Thank you very much for information and links. I am going to take a look at the links.

amsokol avatar Jan 14 '19 13:01 amsokol