Ad space (banner)
Lesson 1 / 20

Setting up (what you'll need)

To run Dart you will need the following. Dart is a language developed largely by Google, and it is popular because pairing it with the Flutter framework lets you build both iOS and Android apps from a single codebase.

  • The Dart SDK: install it from the official site.
  • If you are building mobile apps, the quickest route is to install the Flutter SDK, which bundles Dart.
  • For an editor, the standard choice is VS Code with the Dart and Flutter extensions.
← Previous lesson Next lesson →
Ad space (banner)
Ad space (in-article)