1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-26 08:58:12 +00:00

Adds ai_recipe_generation sample (#2242)

Adding the demo app from my I/O talk. Because AI.

## Pre-launch Checklist

- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [x] I read the [Contributors Guide].
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] All existing and new tests are passing.

---------

Co-authored-by: Brett Morgan <brett.morgan@gmail.com>
This commit is contained in:
Eric Windmill
2024-05-14 11:41:20 -04:00
committed by GitHub
parent 8575261d37
commit be52906894
171 changed files with 8626 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<svg width="1148" height="1148" viewBox="0 0 1148 1148" fill="none" xmlns="http://www.w3.org/2000/svg">
<mask id="mask0_106_3" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1148" height="1148">
<circle cx="574" cy="574" r="574" fill="#D9D9D9"/>
</mask>
<g mask="url(#mask0_106_3)">
<circle cx="574" cy="574" r="566.5" fill="#E4BFB5" stroke="black" stroke-width="15"/>
<path d="M996 986C996 1277.61 807.064 1514 574 1514C340.936 1514 152 1277.61 152 986C152 694.394 340.936 574 574 574C807.064 574 996 694.394 996 986Z" fill="#DE7A60"/>
<ellipse cx="574" cy="367" rx="264" ry="276" fill="#DE7A60"/>
<circle cx="574" cy="574" r="566.5" stroke="black" stroke-width="15"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 705 B