File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,22 @@ Here's [the online demo](https://flutter-ai-toolkit-examp-60bad.web.app/) hostin
20
20
The [ source code for this demo] ( https://github.com/flutter/ai/blob/main/example/lib/demo/demo.dart ) is available in the repo.
21
21
22
22
## Getting started
23
+
24
+ <a href =" https://idx.google.com/new?template=https%3A%2F%2Fgithub.com%2Fflutter%2Fai " >
25
+ <picture >
26
+ <source
27
+ media="(prefers-color-scheme: dark)"
28
+ srcset="https://cdn.idx.dev/btn/try_light_32.svg">
29
+ <source
30
+ media="(prefers-color-scheme: light)"
31
+ srcset="https://cdn.idx.dev/btn/try_dark_32.svg">
32
+ <img
33
+ height="32"
34
+ alt="Try in IDX"
35
+ src="https://cdn.idx.dev/btn/try_purple_32.svg">
36
+ </picture >
37
+ </a >
38
+
23
39
** 1. Installation**
24
40
Add the following dependencies to your ` pubspec.yaml ` file:
25
41
You can’t perform that action at this time.
0 commit comments