Could we have in the future a target for Dart? Thinking of Flutter for instance
🚫 3
a
addamsson
03/19/2019, 7:40 AM
I don't think that would be sensible
addamsson
03/19/2019, 7:40 AM
given that they are competitors
s
Sam
03/19/2019, 12:10 PM
You can write a shared library in Kotlin that is exposed to Dart on Android and iOS. It’ll take some extra effort in Kotlin Native to make it work well since the Dart GC runs on multiple threads. I managed to make it work in JavaScriptCore. https://github.com/samus/KnJsTest
🔥 1
k
kpgalligan
03/19/2019, 12:48 PM
It will happen, and it will be called Klutter
🤣 11
kpgalligan
03/19/2019, 12:49 PM
I don’t think they’re really competitors. Flutter is yet another shared UI scheme, although better funded. Multiplatform is not cross platform.
i
ian.shaun.thomas
03/19/2019, 3:47 PM
given that they are competitors
yeah I agree with Kevin, solutions to different problems