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 async and await

  • Strong typing

  • Just-in-time (JIT) for development & AOT for production

Comments

Popular posts from this blog

1. What is Flutter?

What is FutureBuilder and StreamBuilder?