Skip to content

Commit f16e109

Browse files
authored
Merge pull request #20 from FlutterFlow/fix/update-workspace-assets
Fix images + links
2 parents 93d4218 + a1f1b8d commit f16e109

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/get-started/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ keywords: [quickstart, getting started, dreamflow tutorial, ai app generation, f
1111

1212
When starting a new Dreamflow project you have three options:
1313

14-
- **[Start from a prompt](/quickstart#start-with-a-prompt)**: when you want to get a jumpstart on a brand new app idea.
15-
- **[Start from scratch](/quickstart#start-from-scratch)**: when you want to incrementally build from a blank project.
16-
- **[Start from a template](/quickstart#start-from-a-template)**: when you want to start from an existing beautiful, tailored app.
14+
- **[Start from a prompt](#start-with-a-prompt)**: when you want to get a jumpstart on a brand new app idea.
15+
- **[Start from scratch](#start-from-scratch)**: when you want to incrementally build from a blank project.
16+
- **[Start from a template](#start-from-a-template)**: when you want to start from an existing beautiful, tailored app.
1717

1818

1919
## Start With a Prompt

docs/imgs/overview.avif

-183 KB
Binary file not shown.
178 KB
Binary file not shown.
-302 KB
Binary file not shown.

docs/workspace/imgs/workspace.avif

-269 KB
Binary file not shown.

docs/workspace/modules-panel/assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **Assets** panel in Dreamflow is where you manage all the files your app nee
1313

1414
:::info
1515

16-
Right now you can only upload assets through the Asset Module. You cannot upload a file directly into the file tree in the [code editor](/workspace/content-panel#code-editor)
16+
Right now you can only upload assets through the Asset Module. You cannot upload a file directly into the file tree in the [code editor](../content-panel.md#code-editor)
1717

1818
:::
1919

docs/workspace/modules-panel/widget-panel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ The widget tree in Dreamflow allows you to view the widgets that are currently r
2525

2626
**Hierarchical Tree View**: Displays your app's widget structure as an expandable tree, showing the parent-child relationships between widgets. Each node represents a widget with its type, properties, and children clearly visible.
2727

28-
**Widget Selection**: Click on any widget in the tree to select it. When you have **[Inspect Mode](/workspace/content-panel#inspect-mode)** turned on, you'll visually see the widget highlighted in the preview. Double clicking the widget in the widget tree also pulls up the **[Properties Panel](/workspace/properties-panel)** for the widget - allowing you to easily specify input parameters for the widget.
28+
**Widget Selection**: Click on any widget in the tree to select it. When you have **[Inspect Mode](../content-panel.md#inspect-mode)** turned on, you'll visually see the widget highlighted in the preview. Double clicking the widget in the widget tree also pulls up the **[Properties Panel](../properties-panel.md)** for the widget - allowing you to easily specify input parameters for the widget.
2929

3030
**Real-Time Synchronization**: The tree automatically updates in real-time as you make changes to your code, reflecting the current state of your running Flutter app.
3131

3232

3333
## Nodes (Widgets)
3434

35-
![Widget Tree Panel](../imgs/widget-tree.png)
35+
![Widget Tree Panel](../imgs/widget-tree.avif)
3636

3737
**Nodes** are individual widgets in your Flutter app's hierarchy, displayed as tree items in the Widget Tree panel. Each node represents a widget instance configired with properties and relationships.
3838

@@ -65,7 +65,7 @@ You can change the *view* of the Widget Tree to be either Consolidated or Detail
6565
## Widget Management
6666

6767
Right-click on any widget to access a comprehensive context menu with options for:
68-
- [Adding new widgets](/workspace/widget-tree#add-widget)(to widgets that take other widgets as children or have properties that take a widget)
68+
- [Adding new widgets] (to widgets that take other widgets as children or have properties that take a widget)
6969
- Wrapping existing widgets
7070
- Copying, cutting, and pasting widgets
7171
- Navigating to component definitions

docs/workspace/properties-panel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Modifiers refer to wrapper widgets that can be added around existing Flutter wid
6161
- **Animation properties** (transitions, transformations)
6262

6363
:::note[Modifiers in the Widget Tree]
64-
Modifier widgets are hidden from the "Simplified View" in the [widget tree](/workspace/widget-tree).
64+
Modifier widgets are hidden from the "Simplified View" in the [**widget tree**](modules-panel/widget-panel.md#nodes-widgets).
6565
:::
6666

6767

0 commit comments

Comments
 (0)