You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/ui/pages/intro-pages.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,30 @@ sidebar_position: 1
7
7
# Introduction to Pages
8
8
9
9
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 AppBarand Body, allowing you to easily build screens.
11
11
12
12
:::info
13
13
For more details on how to use Scaffold and the various Page Elements in FlutterFlow, see the dedicated **[Page Elements](page-elements.md)** guide.
14
14
:::
15
15
16
16
17
17
18
-
19
18
## Creating a Page
20
19
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,
23
22
there are several pathways to achieve the desired functionality and aesthetic of your desired Page.
24
23
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.
27
24
28
25
:::tip[Generated Code]
29
26
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).
30
27
:::
31
28
32
29
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
0 commit comments