https://github.com/google-gemini/flutter-draw-it-sample
https://github.com/google-gemini/flutter-draw-it-sample
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/google-gemini/flutter-draw-it-sample
- Owner: google-gemini
- License: apache-2.0
- Archived: true
- Created: 2024-05-07T00:12:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:35:57.000Z (almost 2 years ago)
- Last Synced: 2025-06-08T13:05:39.551Z (about 1 year ago)
- Language: Dart
- Size: 29.3 KB
- Stars: 19
- Watchers: 0
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Draw-It Sample
An open source sample for Flutter and Gemini that uses multimodal
prompting to compare an image and word to see if they match.
## Getting Started
To use this sample, you'll need a Gemini API key. You can find instructions
for generating one at https://ai.google.dev/.
Before running the project locally, recreate its platform-specific subprojects
with this command:
```bash
flutter create --project-name flutter_draw_it_sample .
```