Jaguar-dart / nuts

Nuts and bolts for building cross-platform UI (HTML, Flutter, CLI) using Dart. Also screw frameworks (React, Vue, Angular).
BSD 3-Clause "New" or "Revised" License
11 stars 0 forks source link

Flutter support? #1

Open pyrossh opened 6 years ago

pyrossh commented 6 years ago

Is it possible to see a flutter example. Also if we could have material design example in flutter will also be good. Also have you seen butterfly, https://github.com/yjbanov/butterfly

tejainece commented 6 years ago

Hi @pyros2097 ,

Thanks for the interest. I am working hard to bring nuts to both browser and Flutter.

I will add some examples for Flutter.

For now, I have split the reactive part of nuts into a separate package called observable_ish (pub link). You can try it out on Flutter, if you want. I have written a comprehensive README. Working on good wiki and some observable examples for Flutter.

I will soon add some renderers for nuts's views for Flutter.

Contributions are most welcome. Please try out observable_ish on Flutter and give me your feedback.

Cheers!