Skip to content

Commit b3bcf5e

Browse files
authored
Apply suggestions from code review
1 parent 4767a92 commit b3bcf5e

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/get-started/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ 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](/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.
1717

1818

1919
## Start With a Prompt
2020

21-
Dreamflow's AI-powered app generation allows you to create fully functional, production-ready applications from simple text and image descriptions. Simply describe what you want to build, add some screenshots of design inspiration, and Dreamflow Agent will generate the entire app structure, UI components, and functionality for you.
21+
Dreamflow's AI-powered app generation allows you to create fully functional, production-ready applications from simple text and image descriptions. Simply describe what you want to build, additionally add screenshots for design inspiration, and Dreamflow Agent will generate the entire app structure, UI components, and functionality for you.
2222

2323
Ready to create your app? Simply:
2424

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Kick off from a natural-language prompt, a blank Flutter project, or import an e
6969
Jump between multiple development modes to build your app efficiently:
7070

7171
- Leverage the **AI agent** to get a jump start on new features or for help debugging.
72-
- Add, remove or rearrange UI elements (Widgets) in the **Visual widget tree**.
72+
- Add, remove or rearrange UI elements (Widgets) in the **visual Widget Tree**.
7373
- Configure arguments for widgets visually in the **Properties editor** with type-safe controls.
7474
- Use the **Code** editor to peak under-the-hood and see what's going on.
7575

docs/workspace/content-panel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The panel displays a real-time preview of your Flutter app running in **debug mo
3939
### Inspect Mode
4040
Inspect mode provides an interactive way to explore and modify your Flutter widgets visually. When enabled, hovering over widgets in the preview reveals their boundaries with colored overlays, making it easy to understand widget layout and hierarchy. This visual feedback helps developers quickly identify and understand the structure of their UI components.
4141

42-
To turn on inspect mode, select the **"Inspect Mode"** toggle in the Content Panel canvas.
42+
To turn on inspect mode, select the **Inspect Mode** toggle in the Content Panel canvas.
4343

4444
Selecting a widget with a click automatically synchronizes the [Widget Tree](modules-panel/widget-panel.md) and [Property Panel](properties-panel.md) to display detailed information about that widget, maintaining the highlight until another selection is made. This seamless integration between the preview and development panels streamlines the workflow for analyzing and modifying widgets. The context menu, accessed through right-click, offers powerful widget-specific actions including property editing, adding context to agent, code navigation, and other operations, enabling rapid iterations on your Flutter application's user interface.
4545

@@ -48,9 +48,9 @@ Dreamflow provides integrated hot reload and hot restart capabilities that allow
4848

4949
**Hot Reload** applies your code changes instantly while preserving the current application state. This is ideal for UI modifications, styling updates, and minor code changes. To Hot Reload the preview, click the **lightning button** at the top of the Content Panel.
5050

51-
**Hot Restart** completely restarts your Flutter app with all code changes applied, resetting the application state. Use this for structural changes, when hot reload fails, or after fixing compilation errors. To Hot Restart the preview, click the **refresh** button at the top of the Content Panel.
51+
**Hot Restart** completely restarts your Flutter app with all code changes applied, resetting the application state. Use this for structural changes, when hot reload fails, or after fixing compilation errors. To Hot Restart the preview, click the **refresh** button at the top right of the Content Panel.
5252

53-
**Stop Preview** fully ends the preview session. While Dreamflow works to prevent issues, sometimes the preview can enter an unusual or broken state. If problems aren’t resolved by Hot Reload or Hot Restart, it’s best to click the **stop button** at the top of the Content Panel to stop the preview completely and restart it. Once stopped, you can restart the preview using the **Restart** button that appears in the preview device.
53+
**Stop Preview** ends the preview session completely. While Dreamflow works to prevent issues, sometimes the preview can enter an unusual or broken state. If problems aren’t resolved by Hot Reload or Hot Restart, it’s best to click the **Stop** button at the top of the Content Panel to stop the preview completely and restart it. Once stopped, you can restart the preview using the **Restart** button that appears on the preview device.
5454

5555
:::info[If you're still experiencing issues in the preview...]
5656
You can try to reload the project entirely by selecting the project name in the top left corner and selecting "Reload Project"

docs/workspace/modules-panel/theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Typography in Dreamflow ensures that text styles remain consistent throughout yo
8484
- **Body**: Paragraphs, descriptions, and content-heavy areas.
8585
- **Label**: Smaller text for buttons, captions, or UI labels.
8686

87-
You can modify your text styles in the Theme panel and then use them anywhere a `TextSyle` class is expected - for example, in the style property of the `Text` widget.Use the "Apply Theme" button next to the `Style` property in the property panel to select your text style.
87+
You can modify your text styles in the Theme panel and then use them anywhere a `TextSyle` class is expected - for example, in the style property of the `Text` widget. Use the "Apply Theme" button next to the `Style` property in the property panel to select your text style.
8888

8989

9090
## Style Constants

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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](/workspace/widget-tree#add-widget)(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
@@ -185,7 +185,7 @@ To wrap a widget, right click and select "Wrap Widget." Then select a widget to
185185
<p></p>
186186

187187
### Jumping to Component Definitions and References
188-
When building your application, you may want to see where Custom Components are defined or referenced. For example, you can right click instances of components (denoted using the component icon) and click "See Definition" to jump to the definition of that component in the Widget Tree.
188+
When building your application, you may want to see where custom components are defined or referenced. For example, you can right click instances of components (denoted using the component icon) and click "See Definition" to jump to the definition of that component in the Widget Tree.
189189

190190
To see references, or usages, of a component, right click on the component and select "See References." This allows you to step through each of the references within the Widget Tree.
191191

0 commit comments

Comments
 (0)