You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to flutter/dart from android. Dart seems to be more java than kotlin, which makes dart quite outdated. Some great kotlin language features are missing, and will you consider adding them into new versions of dart?
immutable at language level ( data class in kotlin)
property delegation ( by KProperty in kotlin)
inheritance limitation ( default not inheritable)
more declarative generic (where clause in C#)
The text was updated successfully, but these errors were encountered:
I'm new to flutter/dart from android. Dart seems to be more java than kotlin, which makes dart quite outdated. Some great kotlin language features are missing, and will you consider adding them into new versions of dart?
The text was updated successfully, but these errors were encountered: