We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been using flutter with gomobile. The connection between flutter and gomobile uses jsonrpc.
This will make it easy to build flutter mobile and desktop guide with centrifugal messaging.
Here is the code:
https://github.com/adieu/flutter_go
The messaging between flutter and golang is two way, which is lucky.
A flutter GUI should be built that can show off doing pub and sub.
Also probably some Auth and authorisation.
And maybe a list being updated.
Suggest following the Flutter gallery boiler plate code and adding this as a demo in the demo folders. Just delete the other ones.
https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
Then get it working with flutter desktop for golang. https://github.com/Drakirus/go-flutter-desktop-embedder
What do people think ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have been using flutter with gomobile.
The connection between flutter and gomobile uses jsonrpc.
This will make it easy to build flutter mobile and desktop guide with centrifugal messaging.
Here is the code:
https://github.com/adieu/flutter_go
The messaging between flutter and golang is two way, which is lucky.
A flutter GUI should be built that can show off doing pub and sub.
Also probably some Auth and authorisation.
And maybe a list being updated.
Suggest following the Flutter gallery boiler plate code and adding this as a demo in the demo folders.
Just delete the other ones.
https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
Then get it working with flutter desktop for golang.
https://github.com/Drakirus/go-flutter-desktop-embedder
What do people think ?
The text was updated successfully, but these errors were encountered: