Live data from Hacker News

Flutter Release Preview 2

developers.googleblog.com

121–123 of 123 posts

Re: Flutter Release Preview 2

#121

Earlier quoted context omitted.

Having to learn a new programming language is hardly a rare experience in mobile development.

But when else are you ever going to use dart?

You can say the same thing about Objective-C. Without Kotlin Native, there hasn't been any non-Android use cases for the language yet. Even Swift's web and ML applications haven't gotten huge traction either.

Re: Flutter Release Preview 2

#122
post #116

Earlier quoted context omitted.

A programming language is more than just semantics, Dart eco-system is a tiny dot when compared against C++ and C#. Flutter deployment times aren't worthwhile enough to bother with a language with uncertain future.

Doesn't Dart interop with JavaScript libraries?

It does, given its history.

However that is very little against C# and C++, which can also be compiled to JavaScript/WebAssembly.

Additionally there are TypeScript, ReasonML, and a myriad of other languages with JavaScript interop.

Re: Flutter Release Preview 2

#123
post #107

Earlier quoted context omitted.

Do you have a widget catalog somewhere that I could try out on my device?

If you have an android device you can use Flutter Gallery [1], it has the Cupertino (iOS) widgets. [1] https://play.google.com/store/apps/details?id=io.flutter.dem...

Does this actually emulate OS-specific interactions such as gestures?
Post reply on HN