Want views about Why flutter uses dart?
1 Like
@David As flutter apps are compiled to native code, they don’t require a slow bridge between realms(e.g. Javascript to native).
Dart is Ahead Of Time (AOT), Fast compilation, predictable , native code that allows almost all flutter apps to be written in Dart.
1 Like