Skip to content

Commit b5b7df9

Browse files
authored
Update intro-pages.md
1 parent 1436e00 commit b5b7df9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/resources/ui/pages/intro-pages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ sidebar_position: 1
66

77
# Introduction to Pages
88

9-
109
In FlutterFlow, a **Page** represents a single screen in your app. Under-the-hood pages use a **Scaffold**, a [foundational widget from Flutter](https://api.flutter.dev/flutter/material/Scaffold-class.html) that provides a structured layout for a screen within your app. The Scaffold offers essential elements like the AppBar and Body, allowing you to easily build screens.
1110

11+
Pages are composed of various UI elements, or widgets. Widgets are added to a page when they are added to the page's **Widget Tree**.
12+
13+
In FlutterFlow, pages are automatically configured to handle [routing](https://docs.flutterflow.io/resources/ui/pages/properties#route-settings). Additionally, pages can have [input parameters](https://docs.flutterflow.io/resources/ui/pages/properties#page-parameters) and [state variables](https://docs.flutterflow.io/resources/ui/pages/page-lifecycle#page-state).
14+
1215
:::info
1316
For more details on how to use Scaffold and the various Page Elements in FlutterFlow, see the dedicated **[Page Elements](page-elements.md)** guide.
1417
:::
1518

1619

17-
1820
## Creating a Page
1921

2022
In FlutterFlow, you can seamlessly craft a page tailored to your needs and design preferences.
2123
Whether you're starting from scratch, using a template, or leveraging AI tools,
2224
there are several pathways to achieve the desired functionality and aesthetic of your desired Page.
2325

24-
2526
:::tip[Generated Code]
2627
When you create a page in FlutterFlow, a `Widget` class and a corresponding `Model` class are automatically generated. You can view these in the Code Viewer. To explore the details of the generated `Model` class, take a closer [**look at the code**](../../../generated-code/page-model.md).
2728
:::
2829

29-
3030
FlutterFlow allows you to easily create new pages using the **Add Page, Component, or Flow** button,
3131
which is available from the **Page Selector** tab in the **Navgation Menu**. This will help you
3232
quickly start and add new pages to your app.

0 commit comments

Comments
 (0)