| examples: | |
| - id: simple_counter | |
| title: Counter Template | |
| - id: overflow_debug | |
| title: Overflow Debug | |
| prompt: >- | |
| My profile screen doesn't look right — some content seems to be cut off | |
| or missing. Can you take a screenshot and help me figure out what's wrong? | |
| Fix each issue and take a screenshot after each fix to verify it looks | |
| correct before moving on. | |
| - id: rebuild_weather_app | |
| title: Rebuild Weather App | |
| prompt: >- | |
| Rebuild this weather app and verify your result with screenshots comparing it against the attached image. | |
| Generate background images for the different weather conditions. Use mocks for the weather data. | |
| image: weather_app_screenshot.jpg | |
| - id: navigate_user_flow | |
| title: Navigate & Test User Flow | |
| prompt: >- | |
| Test the complete user flow of this app by navigating through it: | |
| 1. You should see a login screen. Enter "demo@test.com" as email and "password123" as password, then tap Sign In. | |
| 2. After login, you should be on the Shop tab. Take a screenshot to verify. | |
| 3. Tap on the first product to open its detail page. Take a screenshot. | |
| 4. Increase the quantity to 3 and tap "Add to Cart". Verify the snackbar appears. | |
| 5. Go back and switch to the Favorites tab via the bottom navigation. Take a screenshot. | |
| 6. Switch to the Profile tab. Take a screenshot and verify the username matches the login. | |
| 7. Tap "Sign Out" and verify you're back on the login screen. | |
| After each step, take a screenshot and report whether the behavior is correct. | |
| - id: flutter-wonderous-app | |
| title: Wonderous App |