You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There has definitely been interest in a Dart client (see here for example: liftbridge-io/liftbridge#34). I'm not familiar with Dart, so help here would be great.
I found an existing dart client and I already use grpc for dart / flutter.
I also run flutter web with grpc but of course I have to run grpc gateway
since web browsers don't have framing support.
Me and the team can do this work.
Have a look here to follow along of your interested
https://github.com/winwisely99/main/projects
I am using flutter clients and looking into using Liftbridge for event streaming and RPC
I have 2 options:
Compile the go client using gomobile and embed it inside flutter. I have not tried it yet but I suspect it will work
Build a dart / flutter ckuent. Dart has good support for grpc and I currently use golang and flutter communicating using grpc
I will publish it on my repo.
But first I wanted to reach out to see how much interest there is in either option to see what other prefer and why
Thanks...
The text was updated successfully, but these errors were encountered: