Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.16 KB

File metadata and controls

41 lines (32 loc) · 1.16 KB
title Dart tutorial
shortTitle Tutorial
description Begin your Dart learning journey by building an interactive CLI app.
layout learn
nextpage
url title
/learn/tutorial/first-app
Build your first app

Welcome to the Dart tutorial! This tutorial teaches you how to write Dart code by building an interactive command-line (CLI) application.

You'll start from the very beginning: creating a blank Dart application. By the end, you'll have built an app that demonstrates the essential features of Dart development—variables, functions, classes, async programming, testing, and more!

Before you begin {:.no_toc}

:::tip Part of the Flutter learning pathway

This tutorial is the second step in the Dart and Flutter learning pathway. If you're interested in learning both Dart and Flutter, start there! :::

This tutorial assumes that you have:

  1. A Dart environment set up—if not, follow the instructions to get the Dart SDK.
  2. Basic familiarity with programming concepts. The tutorial is beginner friendly, but doesn't cover the fundamentals of programming.

Lessons