forked from dart-lang/dart-pad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
samples.json
44 lines (44 loc) · 1.07 KB
/
samples.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"defaults": {
"dart": "lib/default_dart.dart",
"flutter": "lib/default_flutter.dart"
},
"samples": [
{
"category": "Dart",
"icon": "dart",
"name": "Hello world",
"path": "lib/hello_world.dart"
},
{
"category": "Dart",
"icon": "dart",
"name": "Fibonacci",
"path": "lib/fibonacci.dart"
},
{
"category": "Flutter",
"icon": "flutter",
"name": "Counter",
"path": "lib/main.dart"
},
{
"category": "Flutter",
"icon": "flutter",
"name": "Sunflower",
"path": "lib/sunflower.dart"
},
{
"category": "Ecosystem",
"icon": "gemini",
"name": "Google AI SDK",
"path": "lib/google_ai.dart"
},
{
"category": "Ecosystem",
"icon": "flame",
"name": "Flame game",
"path": "lib/brick_breaker.dart"
}
]
}