Kevin Chadwick
unread,Aug 28, 2020, 12:45:02 PM8/28/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flutt...@googlegroups.com
Hi,
I know I can use go-mobile and bind in a golang .aar as a library with some
extra work.
However a golang binary can be executed on more platforms than Dart supports.
On desktop platforms that aren't expected to be supported any time soon, a
golang binary can run a flutter for web app via electron or exec chrome.
Is it possible to unify the development by executing a golang android binary
(web server that finds a free local port), from a flutter android app via
process_run or something similar?