diff --git a/src/content/learn/pathway.md b/src/content/learn/pathway.md index d7ea1f6e82..13a7a739c1 100644 --- a/src/content/learn/pathway.md +++ b/src/content/learn/pathway.md @@ -11,13 +11,13 @@ Welcome to the Dart and Flutter Getting Started pathway. In it, you'll set up yo -### 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. @@ -25,13 +25,13 @@ If you're in a hurry and already familiar with modern, object-oriented programmi [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.