-
Notifications
You must be signed in to change notification settings - Fork 114
Reference minimal example in guidance. #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request successfully moves the usage_test spike to a formal example, minimal_genui, and updates the USAGE.md documentation to reference it. The changes are straightforward and improve the repository's structure. I have a couple of suggestions to further improve maintainability and clarity, one in the documentation and another in a build script.
| FLUTTER_PACKAGES=( | ||
| "examples/generic_chat" | ||
| "examples/travel_app" | ||
| "examples/minimal_genui" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gspencergoog
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

Contributes to #53