Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/get-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Build a small chat app (store the data locally for now) where users can chat wit
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:

- Use the **[AI Agent](../workspace/agent-panel.md)** to add features through natural language conversations.
- Add new UI elements to your page through the **[Widget Tree]**
- Add new UI elements to your page through the **[Widget Tree](../workspace/modules-panel/widget-panel.md)**.
- Visually construct your UI with the **[Properties Editor](../workspace/properties-panel.md)** and drag-and-drop tools.
- Write and edit code directly in the integrated **[Code Editor](../workspace/content-panel.md#code-editor)**.
- Combine these approaches seamlessly as your project grows.
Expand Down