Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/get-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords: [quickstart, getting started, dreamflow tutorial, ai app generation, f

When starting a new Dreamflow project you have three options:

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


## Start With a Prompt
Expand Down
Binary file modified docs/imgs/overview.avif
Binary file not shown.
Binary file added docs/workspace/imgs/widget-tree.avif
Binary file not shown.
Binary file removed docs/workspace/imgs/widget-tree.png
Binary file not shown.
Binary file modified docs/workspace/imgs/workspace.avif
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/workspace/modules-panel/assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The **Assets** panel in Dreamflow is where you manage all the files your app nee

:::info

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)
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)

:::

Expand Down
6 changes: 3 additions & 3 deletions docs/workspace/modules-panel/widget-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ The widget tree in Dreamflow allows you to view the widgets that are currently r

**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.

**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.
**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.

**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.


## Nodes (Widgets)

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

**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.

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

Right-click on any widget to access a comprehensive context menu with options for:
- [Adding new widgets](/workspace/widget-tree#add-widget)(to widgets that take other widgets as children or have properties that take a widget)
- [Adding new widgets] (to widgets that take other widgets as children or have properties that take a widget)
- Wrapping existing widgets
- Copying, cutting, and pasting widgets
- Navigating to component definitions
Expand Down
2 changes: 1 addition & 1 deletion docs/workspace/properties-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Modifiers refer to wrapper widgets that can be added around existing Flutter wid
- **Animation properties** (transitions, transformations)

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


Expand Down