Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/learn/pathway.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,27 @@ Welcome to the Dart and Flutter Getting Started pathway. In it, you'll set up yo

<Stepper level="3" collapsible="false" actions="none">

### 1. Set up your development environment
### Set up your development environment

Before you can start building Flutter apps, you'll need to set up your development environment. Follow the installation guide to get Flutter and all required dependencies installed on your machine.

[Get Started →](/install)

### 2. Complete the Dart Getting Started tutorial
### Complete the Dart Getting Started tutorial

Flutter uses the Dart programming language. If you're new to Dart, complete this interactive tutorial to learn the fundamentals—variables, functions, classes, and more.

If you're in a hurry and already familiar with modern, object-oriented programming languages, you can safely skip this step.

[Dart Getting Started tutorial →]({{site.dart-site}}/learn/tutorial)

### 3. Complete the Flutter Getting Started tutorial
### Complete the Flutter Getting Started tutorial

Now that you have Dart skills under your belt, dive into Flutter! This hands-on tutorial walks you through building three small Flutter apps step-by-step.

[Flutter Getting Started tutorial →](/learn/tutorial)

### 4. Understand how Flutter works
### Understand how Flutter works

Deepen your understanding of how Flutter works under the hood by watching this video series. Learn about the widget tree, rendering pipeline, and what makes Flutter unique. This series provides the knowledge you need to know to take full advantage of the framework.

Expand Down
Loading