-
Notifications
You must be signed in to change notification settings - Fork 51
/
idx-template.json
39 lines (39 loc) · 1.17 KB
/
idx-template.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
{
"name": "Signals",
"description": "Signals samples",
"categories": ["Mobile"],
"icon": "https://www.gstatic.com/images/branding/productlogos/flutter/v6/192px.svg",
"publisher": "Rody Davis",
"host": {
"virtualization": true
},
"params": [
{
"id": "example",
"name": "Example",
"type": "enum",
"default": "flutter_counter",
"options": {
"animations_example": "Animations",
"auth_flow": "Auth Flow",
"clean_architecture": "Clean Architecture",
"crud_dio": "Dio CRUD",
"dart_examples": "Dart Examples",
"dart_mappable_example": "Dart Mappable",
"drift_example": "Drift",
"eval_calculator": "Eval Calculator",
"flutter_async": "Async",
"flutter_colorband": "Color",
"flutter_counter": "Flutter Counter",
"get_it_signals": "get_it",
"html_canvas": "HTML Canvas",
"html_todo": "HTML TODO",
"infinite_scroll": "Infinite Scroll",
"node_based_editor": "Node Based Editor",
"persist_shared_preferences": "Shared Preferences",
"rxdart": "RXDart",
"shopping_cart": "Shopping Cart"
}
}
]
}