Dart
A terse , strongly typed, object-oriented language.
Why Dart?
Performance in
development and in
production
supports both JIT and AOT
compilation
Just-in-time
code is continuously recompiled directly on the device, allowing hot reload.
Ahead-of-time
the code your app uses is compiled directly to native code, leading to fast startup and predictable performance.
Comments
Post a Comment