Skip to content
Merged
Show file tree
Hide file tree
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 CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Semver guidance for this package:
4. Add a demo section to `example/lib/main.dart`.
5. Document parameters with `///` (the `public_member_api_docs` lint will fail otherwise).
6. Add an entry to [llms.txt](llms.txt) under the matching section so AI agents using the package can discover it.
7. If the widget has non-obvious usage, add a recipe to [docs/recipes.md](docs/recipes.md).
7. If the widget has non-obvious usage, add a recipe to [doc/recipes.md](doc/recipes.md).

## Things that have bitten us

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All public widgets are re-exported from a single barrel file: `import 'package:c

Copy-paste-ready snippets for common scenarios. Each is a complete, runnable widget.

- [docs/recipes.md](docs/recipes.md): cookbook of 8 short examples — basic chat, reply UI, audio with waveform, image bubble, reactions, swipe-to-reply, message grouping, custom message bar
- [doc/recipes.md](doc/recipes.md): cookbook of 8 short examples — basic chat, reply UI, audio with waveform, image bubble, reactions, swipe-to-reply, message grouping, custom message bar

## Widget API reference

Expand Down
Loading