1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/ai_recipe_generation/README.md
Eric Windmill 66ab725924 Remove io sample (#2490)
This sample has been moved to my personal Github, because we shouldn't
maintain samples that are tied to events.

- Moved sample to personal repo
- Removed sample from this repo
- Updated README here and the link to this repo in the YouTube video
2024-11-22 11:10:01 -05:00

16 lines
855 B
Markdown

# Sample retired
The `ai_recipe_generation` sample has been retired.
The sample was written for an event (Google IO 2024). Per our policies,
we don't maintain samples that are tied to events.
This sample has been copied to [another repository](https://github.com/ericwindmill/gemini_recipe_generation). It will not be updated to reflect changes to Gemini.
## Other Gemini resources
The following resources can assist you in integrating Gemini with Flutter:
* [gemini_tasks sample](https://github.com/flutter/samples/tree/main/gemini_tasks) is a Gemini sample in this repository.
* [google_generative_ai package](https://pub.dev/packages/google_generative_ai) is the package that Flutter apps use to integrate with gemini, and it has additional samples.
* The [google-gemini github](https://github.com/google-gemini) has additional Flutter samples.