9 ms·
Using the same language on Android and iOS will be a huge advantage, once the framework ready to production.
by scriptproof 11y ago
Using the same language on Android and iOS will be a huge advantage, once the framework ready to production.
- marvel_boy 11y agoAnyone can share his experiences using Dart for mobile?
- on_and_off 11y agoYou can have a look at the flutter demo app. I only tested the Android version and it is still extremely early. Very basic samples that don't run very well and implement Material elements in an uncanny valley kind of way compared to the existing web & mobiles implementations. Not to mention that Android with Java/Kotlin has a truckload of tooling that Dart would have to replace.
- mwcampbell 11y agoAnd Flutter has no support for accessibility or localization yet. I think it takes a lot of hubris to implement a new cross-platform widget set that attempts to compete with the native widgets these days.
- on_and_off 11y agoyeah, it is ambitious to say the least. There are several parts of the android framework that I would like to see rewritten from scratch (activity as a god object, love of inheritance everywhere in the framework classes, weak UI/animation framework, etc) but it is also a mature code base with tons of features, tools & open source libraries built around it.