Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ To run examples:

NOTE: For Google-internal projects see go/flutter-genui-internal.

NOTE: Flutter packages are enabled and tested for two platforms: `macos` and `web`. To build and test on other platforms, follow [Flutter documentation](https://docs.flutter.dev/platform-integration).
Comment thread
polina-c marked this conversation as resolved.

## Shell scripts

To run a script in `tool/`, open the script in VSCode and press ⇧⌘B.
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ graph TD
examples/catalog_gallery --> genui
examples/simple_chat --> genui
examples/travel_app --> genui
examples/verdure --> genui_a2a
genui_a2a --> genui
genui --> genai_primitives
genai_primitives --> json_schema_builder
Expand Down
3 changes: 0 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ capabilities.
| [catalog_gallery][catalog_gallery] | Simple | None | Visual reference for basic catalog widgets |
| [simple_chat][simple_chat] | Intermediate | Firebase/Google AI | A simple, conversational chat application. |
| [travel_app][travel_app] | Advanced | Firebase/Google AI | Full travel planning assistant with custom catalog |
| [verdure][verdure] | Advanced | Python A2A Server | Full-stack landscape design agent |
Comment thread
polina-c marked this conversation as resolved.

[catalog_gallery]: https://github.com/flutter/genui/tree/main/examples/catalog_gallery
[simple_chat]: https://github.com/flutter/genui/tree/main/examples/simple_chat
[travel_app]: https://github.com/flutter/genui/tree/main/examples/travel_app
[verdure]: https://github.com/flutter/genui/tree/main/examples/verdure

Each example directory contains a more detailed `README.md` file with
its specific instructions.
Expand All @@ -29,4 +27,3 @@ its specific instructions.
| Understand basic widgets | `catalog_gallery` |
| Basic use of the SDK | `simple_chat` |
| Build a production-like app with custom catalog | `travel_app` |
| Implement client-server architecture with A2A | `verdure` |
34 changes: 0 additions & 34 deletions examples/catalog_gallery/ios/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions examples/catalog_gallery/ios/Flutter/AppFrameworkInfo.plist

This file was deleted.

2 changes: 0 additions & 2 deletions examples/catalog_gallery/ios/Flutter/Debug.xcconfig

This file was deleted.

2 changes: 0 additions & 2 deletions examples/catalog_gallery/ios/Flutter/Release.xcconfig

This file was deleted.

43 changes: 0 additions & 43 deletions examples/catalog_gallery/ios/Podfile

This file was deleted.

42 changes: 0 additions & 42 deletions examples/catalog_gallery/ios/Podfile.lock

This file was deleted.

Loading
Loading