Skip to content

Commit ce151b8

Browse files
PoojaB26pinkeshmarsCopilot
authored
Apply suggestions from code review
Co-authored-by: pinkeshmars <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 4019176 commit ce151b8

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

docs/get-started/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
## Start With a Prompt (4 mins)
55

6-
Dreamflow's AI-powered app generation allows you to create complete, functional applications from simple text or image descriptions. Simply describe what you want to build, and Dreamflow Agent will generate the entire app structure, UI components, and functionality for you.
6+
Dreamflow's AI-powered app generation allows you to create fully functional, production-ready applications from simple text or image descriptions. Simply describe what you want to build, and Dreamflow Agent will generate the entire app structure, UI components, and functionality for you.
77

88
Ready to create your app? Simply:
99

1010
1. Open Dreamflow and click the textbox that says "Start with a prompt..."
1111
2. Enter your app description and wait for the Agent to generate your complete app.
12-
3. Review and customize the generated project in the [workspace](#)
12+
3. Review and customize the generated project in the [workspace](#).
1313

1414

1515
The Agent will create all the necessary screens, components, and functionality based on your description, giving you a fully functional app that you can further customize and deploy.

docs/workspace/agent-panel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To access the agent chat, click on the Agent Panel button in the right sidebar t
3737
height: '100%',
3838
colorScheme: 'light'
3939
}}
40-
frameborder="0"
40+
frameBorder="0"
4141
loading="lazy"
4242
webkitAllowFullScreen
4343
mozAllowFullScreen
@@ -174,10 +174,10 @@ To use the Prompt Edit feature, right-click on any widget in the Widget Tree Pan
174174

175175
You can also edit widgets directly from the Preview app using Prompt Edit:
176176

177-
1. Enable Inspect Mode in the Preview panel
178-
2. Right-click on any widget you want to modify
179-
3. Select "Prompt Edit" from the context menu
180-
4. Enter your editing instructions in the prompt dialog
177+
1. Enable Inspect Mode in the Preview panel.
178+
2. Right-click on any widget you want to modify.
179+
3. Select "Prompt Edit" from the context menu.
180+
4. Enter your editing instructions in the prompt dialog.
181181

182182
This provides a quick way to make targeted widget changes without leaving the Preview view.
183183

docs/workspace/content-panel.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ Dreamflow provides integrated hot reload and hot restart capabilities that allow
6767

6868
### Additional Features
6969

70-
- **Multi-Device Preview**
71-
72-
Choose from four preview modes to test your app across different form factors:
70+
- **Multi-Device Preview**: Choose from four preview modes to test your app across different form factors:
7371
- Phone (iPhone 16 Pro Max - 390x844)
7472
- Tablet (iPad Pro 13" - 834x1194)
7573
- Desktop (1920x1080 landscape)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ The Widget Tree panel is a powerful hierarchical view that displays the complete
2222

2323
**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 with its properties and relationships.
2424

25-
**Root Nodes** - Top-level widgets that represent entire screens or components
25+
**Root Nodes**: Top-level widgets that represent entire screens or components.
2626
- **Page Nodes**: Main app screens
2727
- **Component Nodes**: Reusable custom widgets used in your main screen.
2828

29-
**Child Nodes** - Widgets that contain other widgets
29+
**Child Nodes**: Widgets that contain other widgets
3030
- **Single Child**: Widgets with exactly one child (Container, Padding, Center)
3131
- **Multiple Children**: Widgets with multiple children (Column, Row, Scaffold)
3232

33-
**Leaf Nodes** - Terminal widgets with no children such as Text, Image, Icon, Button.
33+
**Leaf Nodes**: Terminal widgets with no children such as Text, Image, Icon, Button.
3434

3535
The tree structure helps you understand your app's widget hierarchy and navigate between different UI components.
3636

@@ -92,7 +92,7 @@ Insert new widgets into your tree by selecting a parent widget and choosing from
9292
<p></p>
9393

9494

95-
Here's a quick demo to show you can add a widget to a Column:
95+
Heres a quick demo showing how you can add a widget to a Column:
9696

9797
<div style={{
9898
position: 'relative',
@@ -165,8 +165,8 @@ These operations enable efficient widget reuse and layout restructuring without
165165
### Go to Code
166166
The "Go to Code" and "Go to Component" features provide quick navigation from the widget tree to the underlying [code implementation](../content-panel.md#code-editor). You can access these features by hovering over a widget in the tree and right-clicking on the widget to use the context menu options.
167167

168-
- **Go to Code**: Jumps to the Code Editor and highlights the code for the selected widget
169-
- **Go to Component**: For custom project widgets, opens the component file with the relevant widget code highlighted
168+
- **Go to Code**: Jumps to the Code Editor and highlights the code for the selected widget.
169+
- **Go to Component**: For custom project widgets, opens the component file with the relevant widget code highlighted.
170170

171171
This makes it easy to inspect and modify widget code directly from the visual layout editor.
172172

0 commit comments

Comments
 (0)