Skip to content

Commit 4551ab5

Browse files
authored
Pooja/missing widget info (#114)
* Add missing widget images * Remove John & leigha from Auto Assign.
1 parent a85f391 commit 4551ab5

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/configs/auto-assign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ addAssignees: false
77
# A list of reviewers to be added to pull requests (GitHub user name)
88
reviewers:
99
- PoojaB26
10-
- leighajarett
11-
- johnbhiggins7
10+
# - leighajarett
11+
# - johnbhiggins7
1212
- pinkeshmars
1313

1414
# A number of reviewers added to the pull request
-6.19 KB
Loading
281 KB
Loading

docs/resources/ui/overview.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,20 @@ ProfilePage, etc.
5454

5555
## Widgets
5656

57-
A Page usually contains a combination of widgets and components. Let's talk about widgets first,
57+
A Page usually contains a combination of widgets and components.
58+
![everything-widget.png](imgs%2Feverything-widget.png)
59+
60+
Let's talk about widgets first,
5861
which are the the atomic elements or building blocks of the UI structure in FlutterFlow.
5962

6063
Each widget can be thought of as an atom or a molecule, depending on its complexity and its parent-child
6164
relationship. For example, an atomic widget (such as `TextField`) cannot hold a child element, but
6265
molecular widgets (such as `Column` or `Row`) can.
6366

64-
This brings us to the concept of the **Widget Tree**, a visual and structural representation of how
65-
widgets—atomic & molecular elements—organized within a **Page**. It outlines the
66-
parent-child relationships that define the layout and functionality of your UI, analogous to how
67-
atoms and molecules interact in atomic design.
67+
This brings us to the concept of the **Widget Tree**.
68+
69+
### Widget Tree
70+
Widget Tree is a visual and structural representation of how widgets—atomic & molecular elements—organized within a **Page**. It outlines the parent-child relationships that define the layout and functionality of your UI, analogous to how atoms and molecules interact in atomic design.
6871

6972
:::info[WIDGET TREE BREAKDOWN]
7073
![tree.png](imgs/tree.png)
@@ -90,6 +93,9 @@ structured using a hierarchy of widgets that define its layout and functionality
9093
Each widget in this tree plays a specific role in constructing the user interface, from basic
9194
elements like `Text` and `Image` to layout structures like `Row`s and `Column`s that organize these
9295
elements.
96+
97+
Here's how this widget tree would be represented in FlutterFlow:
98+
![widget-tree-new.png](imgs%2Fwidget-tree-new.png)
9399
:::
94100

95101
Understanding the widget tree is crucial for developers using FlutterFlow because it helps visualize

0 commit comments

Comments
 (0)