Dart is an object-oriented language developed by Google. It is used for mobile and web application development. Flutter is built with Dart. Dart has a Just In Time (JIT)-based development cycle that is compatible with stateful hot reload and an ahead-of-time compiler for fast startup and predictable performance, which makes it suitable for Flutter.
The following sections discuss how to install Dart on Windows, macOS, and Linux.