Flutter and Nim

2022-02-05 Thread kobi
hmm... I have a thought for an experiment.

Flutter and Nim

2022-02-05 Thread jasonfi
It's great for those that prefer a server-driven UI. You can also use the output for a client-side UI if you like. It also greatly simplifies the use of Flutter, which is great for rapid development. The Flutter SDK itself can be very tricky to use correctly, however that approach also gives you

Flutter and Nim

2022-02-05 Thread kobi
Thank you. What are the benefits over the native dart way? better abstraction abilities?

Flutter and Nim

2022-02-05 Thread jasonfi
If you want to sign-up to be notified of the cross-platform UI kit, you can now sign-up: The initial back-end SDK is for Nim.

Flutter and Nim

2022-02-04 Thread jasonfi
I'm thinking of releasing it as Open Source, I just need to decide on the license and also clean things up a bit. But I hope to release something this year, preferably the 1st half of the year.

Flutter and Nim

2022-02-04 Thread kobi
That is cool, I am also interested in this, and flutter is really nice for gui work. @jasonfi, can you share what you have with us? (ui converted to json, etc?) Sounds interesting, would like to try working with this.

Flutter and Nim

2022-02-03 Thread jasonfi
I took a different approach. I write my UI code in Nim, which creates JSON. The JSON is sent to Flutter where I have a rendering engine display the JSON as Flutter widgets.

Flutter and Nim

2022-02-03 Thread womble
Just for a bit of fun I thought I would attempt to get flutter and nim working together. Why? Because flutter is dart and it builds to js on devices and is a JIT on MacOS, Linux and Windows. The biggest problem is lack of documentation probably more on the Flutter ffi side but also on the nim