Skip to content
New issue

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

Make a flutter GUI #15

Open
ghost opened this issue Sep 21, 2018 · 0 comments
Open

Make a flutter GUI #15

ghost opened this issue Sep 21, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 21, 2018

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants