Are there any plans to enter the Flutter universe ...
# random
u
Are there any plans to enter the Flutter universe with Kotlin?
👍 3
g
I would better invest to some multiplatfrom UI framework Android + K/N iOS based on platform native views Rather to completely new technology stack with custom VM that supported only by beta version of not so popular language
👍 2
c
@uli What would be the point of that?
u
I was just wondering if Google might invest in Kotlin for Flutter. I think basing a new environment like Flutter on a language that has been dead for years already might be a mistake that Google might have realized
I don't consider Flutter a bad thing. But going back from Kotlin to Dart seems wrong
c
I really don't see the point in Kotlin attaching itself to a project led by a different company -- Google, when that company itself doesn't even seem to believe much into that project at all
Not even mentioning that Flutter seems to have zero momentum
u
I experience flutter to currently gain momentum. And if Google decided to invest in some form of integration of Kotlin i didn't think any one would want to stop them. This did not mean attaching Kotlin to Flutter.
And sure i realize that there is Kotlin native for a cross platform approach which is really native
Well look at it the other way. If you were Google and for some reason would want to add momentum to Flutter. Wouldn't it seem smart to add Kotlin support?
c
Maybe, but Flutter is very tightly tied to Dart. That won't come off easily.
But I really don't buy that 1) Flutter has momentum and 2) Google is pushing it. The only times I ever hear about it is around Google I/O once a year, when the Flutter and Dart team try to push it
Other than that, there is really zero appeal in Flutter. Dart is inferior to Kotlin, and the implementations still have glaring holes (passivation was still not supported last I checked) and performance issues that will not be easy to fix, if not impossible
Also, the overall model, React-ish, is now under heavy scrutiny as more and more teams are moving away from it
g
Also interop with platform APIs is quite painful, similar to JNI. But it's quite big part of mobile development