Skip to content

Commit

Permalink
Add gemini sample
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpryan committed Feb 13, 2024
1 parent ae0decb commit c3cce67
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Sample code snippets for DartPad.
| Dart | Fibonacci | [fibonacci.dart](lib/fibonacci.dart) | `fibonacci` |
| Dart | Hello world | [hello_world.dart](lib/hello_world.dart) | `hello-world` |
| Flutter | Counter | [main.dart](lib/main.dart) | `counter` |
| Flutter | Gemini | [gemini.dart](lib/gemini.dart) | `gemini` |
| Flutter | Sunflower | [sunflower.dart](lib/sunflower.dart) | `sunflower` |
<!-- samples -->

Expand Down
5 changes: 5 additions & 0 deletions pkgs/samples/lib/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"category": "Flutter",
"name": "Sunflower",
"path": "lib/sunflower.dart"
},
{
"category": "Flutter",
"name": "Gemini",
"path": "lib/gemini.dart"
}
]
}
332 changes: 332 additions & 0 deletions pkgs/sketch_pad/lib/samples.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3cce67

Please sign in to comment.