Skip to content

Commit 1763855

Browse files
mattsp1290claude
andcommitted
docs(dart): fix example references in documentation
Remove references to non-existent Flutter example app and update to accurately describe the CLI example that is actually provided. The SDK supports Flutter but the current example is a CLI tool demonstrating the protocol functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 2779b17 commit 1763855

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/sdk/dart/overview.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,17 @@ The Dart SDK supports all Dart platforms:
126126
- **Dart VM**: Server-side and CLI applications
127127
- **Dart Web**: Browser-based applications
128128

129-
## Example Applications
129+
## Example Application
130130

131-
Explore complete examples in the [examples directory](https://github.com/ag-ui/ag-ui/tree/main/sdks/community/dart/example):
131+
Explore the CLI example in the [example directory](https://github.com/ag-ui/ag-ui/tree/main/sdks/community/dart/example):
132132

133-
- **Simple Chat**: Basic agent conversation
134-
- **Tool Usage**: Demonstrates tool calling
135-
- **State Management**: Shows state updates and persistence
136-
- **Flutter Integration**: Complete Flutter app with UI components
137-
- **Error Handling**: Demonstrates retry and error recovery
133+
- **CLI Tool**: Interactive command-line tool demonstrating:
134+
- Basic agent conversation
135+
- Tool-based generative UI flow
136+
- Server-Sent Events streaming
137+
- Auto-tool mode for non-interactive execution
138+
- JSON output for debugging
139+
- Error handling and retry logic
138140

139141
## Testing
140142

0 commit comments

Comments
 (0)