Skip to content

Commit 1436e00

Browse files
authored
Merge pull request #191 from FlutterFlow/leighajarett-patch-1
Update intro-pages.md
2 parents a4905c1 + b01c266 commit 1436e00

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,30 @@ sidebar_position: 1
77
# Introduction to Pages
88

99

10-
In FlutterFlow, each **Page** you create is fundamentally structured using a **Scaffold**, a [foundational widget from Flutter](https://api.flutter.dev/flutter/material/Scaffold-class.html) that provides a structured layout for your app. The Scaffold offers essential elements like the AppBar, Floating Action Button (FAB), Drawer, and Body, allowing you to easily organize and design your pages.
10+
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.
1111

1212
:::info
1313
For more details on how to use Scaffold and the various Page Elements in FlutterFlow, see the dedicated **[Page Elements](page-elements.md)** guide.
1414
:::
1515

1616

1717

18-
1918
## Creating a Page
2019

21-
In FlutterFlow, you can craft a page tailored to your expertise, design preferences, or specific
22-
use case needs. Whether you're starting from scratch, using a template, or leveraging AI tools,
20+
In FlutterFlow, you can seamlessly craft a page tailored to your needs and design preferences.
21+
Whether you're starting from scratch, using a template, or leveraging AI tools,
2322
there are several pathways to achieve the desired functionality and aesthetic of your desired Page.
2423

25-
FlutterFlow allows you to easily create new pages using the "Add Page, Component, or Flow" button, which is available from the Pages view. This will help you
26-
quickly start and add new pages to your app.
2724

2825
:::tip[Generated Code]
2926
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).
3027
:::
3128

3229

30+
FlutterFlow allows you to easily create new pages using the **Add Page, Component, or Flow** button,
31+
which is available from the **Page Selector** tab in the **Navgation Menu**. This will help you
32+
quickly start and add new pages to your app.
33+
3334
<img src="/img/page-selector.png" width="50%" />
3435

3536
### Create an empty page

0 commit comments

Comments
 (0)