google-gemini / generative-ai-dart

The official Dart library for the Google Gemini API
https://ai.google.dev/gemini-api/docs/get-started/tutorial?lang=dart
Apache License 2.0
571 stars 115 forks source link

Add chat samples #192

Closed natebosch closed 4 months ago

natebosch commented 4 months ago

Add samples with the standardized prompts for chatting with text and images.

One difference from the canonical sample is that the image is uploaded directly as a data part instead of uploaded as a file, since the Dart SDK does not support uploading files.