Skip to content

Commit 9e03389

Browse files
committed
add bottom bar info
1 parent 1f68563 commit 9e03389

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/workspace/workspace.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@ The workspace is organized into several specialized panels that work together to
2323

2424
- **[Agent Panel](../workspace/agent-panel.md)**: AI-powered development assistant that helps you build and modify your Flutter app through natural language conversations. Features streaming conversations, context management, screenshot integration, and support for multiple AI models.
2525

26+
- **Bottom Bar**: Provides essential project status and debugging tools:
27+
- **Refresh Dependencies**: Runs `flutter pub get` to update project packages
28+
- **Debug Console**: Toggle to view real-time app logs and debugging output
29+
- **App Status**: Live indicator showing if your app is running, loading, has errors, or is stopped
30+
- **Analysis Issues**: Quick overview of errors, warnings, and info messages in your code
31+
2632

2733
This integrated workspace approach eliminates the need to switch between different tools and provides a cohesive environment for building, testing, and deploying Flutter applications.

0 commit comments

Comments
 (0)