Skip to content

Commit 77886b5

Browse files
committed
Update README.md
1 parent 8f11f80 commit 77886b5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ Here's [the online demo](https://flutter-ai-toolkit-examp-60bad.web.app/) hostin
2020
The [source code for this demo](https://github.com/flutter/ai/blob/main/example/lib/demo/demo.dart) is available in the repo.
2121

2222
## 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+
2339
**1. Installation**
2440
Add the following dependencies to your `pubspec.yaml` file:
2541

0 commit comments

Comments
 (0)