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/get-started/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ Build a small chat app (store the data locally for now) where users can chat wit
111
111
When you create a project from scratch, you'll begin with Flutter's classic counter app template. From there, you have multiple ways to build out your application:
112
112
113
113
- Use the **[AI Agent](../workspace/agent-panel.md)** to add features through natural language conversations.
114
-
- Add new UI elements to your page through the **[Widget Tree](../workspace/widget-tree.md)**
114
+
- Add new UI elements to your page through the **[Widget Tree](../workspace/modules-panel/widget-panel.md)**.
115
115
- Visually construct your UI with the **[Properties Editor](../workspace/properties-panel.md)** and drag-and-drop tools.
116
116
- Write and edit code directly in the integrated **[Code Editor](../workspace/content-panel.md#code-editor)**.
117
117
- Combine these approaches seamlessly as your project grows.
0 commit comments