Re: [go-nuts] Flutter and golang

2018-04-09 Thread Linker
You can try to use gopherjs to bind a js/webui UI lib for go. On Fri, Apr 6, 2018 at 12:35 PM, Tong Sun wrote: > Saw a recent discussion on Flutter and golang, which seems to me to be > going the wrong way, because I didn't see the magic word "FIDL > " bei

Re: [go-nuts] Flutter and golang

2018-03-10 Thread Justin Israel
On Sun, Mar 11, 2018, 12:31 PM Nathan Fisher wrote: > Oh that’s awesome! I didn’t realise they were supporting desktop now. It > sounded like it was abandoned in a push to focus on the mobile experience. > On Sat, Mar 10, 2018 at 4:36 PM, Ged Wed wrote: > >> I used QT for 6 months and Flutter is

Re: [go-nuts] Flutter and golang

2018-03-10 Thread Nathan Fisher
Oh that’s awesome! I didn’t realise they were supporting desktop now. It sounded like it was abandoned in a push to focus on the mobile experience. On Sat, Mar 10, 2018 at 4:36 PM, Ged Wed wrote: > I used QT for 6 months and Flutter is way ahead. > QT has a huge licensing issue. You can only use

Re: [go-nuts] Flutter and golang

2018-03-10 Thread Ged Wed
I used QT for 6 months and Flutter is way ahead. QT has a huge licensing issue. You can only use QT and not pay a yearly fee of 3 k if you provide the ability for end users to recompile your app against QT. Also it's got a lot of rough edges once you get into the 80/20 situation on real world apps.

Re: [go-nuts] Flutter and golang

2018-03-10 Thread Justin Israel
On Sun, Mar 11, 2018, 9:28 AM Ged Wed wrote: > I am starting to develop an app using flutter and golang. > > Flutter is the dumb GUI and everything else is written in golang. > > It is reasonably easy to compile your golang code using gomobile and then > bind to flutter using the Method Channel A