What is Dart?
Dart is the programming language used by Flutter.
It’s object-oriented, class-based, and compiled ahead-of-time (AOT) into native code for performance.
Features of Dart:
-
Sound null safety
-
Asynchronous programming with
asyncandawait -
Strong typing
-
Just-in-time (JIT) for development & AOT for production
Comments
Post a Comment