1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-21 20:08:16 +00:00
Files
samples/ai_recipe_generation/README.md
Fred Sauer dcaf555586 [samples] Remove gemini_tasks (#2815)
Removes deprecated gemini_tasks.
2026-03-12 10:13:14 -07:00

15 lines
731 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:
* [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.