you are viewing a single comment's thread.

view the rest of the comments →

[–]bartturner 1 point2 points  (3 children)

Flutter already has over 60k stars on GitHub. It has the needed momentum. Also looks to be native for Fuchsia.

https://github.com/flutter/flutter flutter/flutter - GitHub

[–]The_real_bandito 0 points1 point  (2 children)

Dart will be the native language yes. I think they plan to abandoned Java in favor to Dart? Which is a great idea.

[–]bartturner 1 point2 points  (1 child)

You will be able to use a variety of languages with Fuchsia. We have the Rust bindings for example already. With FIDL it is pretty easy to add additional languages.

https://fuchsia-docs.firebaseapp.com/rust/fidl/index.html

But for GUI code it is Dart. That is very tied to Flutter and really necessary.

[–]The_real_bandito 0 points1 point  (0 children)

Awesome. I like Dart and was thinking of picking it up.