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
2 changes: 1 addition & 1 deletion docs/resources/ui/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Now let's apply the above concepts to what we see in FlutterFlow as we create ou

In FlutterFlow projects, a **Page** is essentially a new section or feature of your app that combines
various UI elements to form a complete screen in the app. When you create a new project in
FlutterFLow, an empty page called `HomePage` is the first thing you see on your canvas.
FlutterFlow, an empty page called `HomePage` is the first thing you see on your canvas.

How you define your pages defines the flow of the app and user experience for the user. For
example, in our [**E-commerce Demo app**](https://bit.ly/ff-docs-demo-v2), after login, the user lands on `ProductListPage` which has a
Expand Down