-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (55 loc) · 1.23 KB
/
package.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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "flutter",
"displayName": "02 Mr Chetan Flutter Extension Pack",
"description": "A collection of extensions for Flutter App development by Chetan Bhalothia",
"version": "1.1.0",
"publisher": "MrChetan",
"repository": {
"type": "git",
"url": "https://github.com/mrchetan/FlutterExtensionPack"
},
"engines": {
"vscode": "^1.26.0"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#374756",
"theme": "dark"
},
"categories": [
"Extension Packs",
"Programming Languages",
"Snippets",
"Other"
],
"keywords": [
"flutter",
"flutter Programming",
"flutter Coding",
"dart",
"dart Languages",
"widgets",
"app",
"android",
"ios",
"snippet",
"Snippets",
"mobile"
],
"extensionPack": [
"Dart-Code.dart-code",
"Dart-Code.flutter",
"Nash.awesome-flutter-snippets",
"felixangelov.bloc",
"circlecodesolution.ccs-flutter-color",
"gornivv.vscode-flutter-files",
"aksharpatel47.vscode-flutter-helper",
"madhukesh040011.flutter-mvvm-architecture-generator",
"marcelovelasquez.flutter-tree",
"alexisvt.flutter-snippets",
"bendixma.dart-data-class-generator",
"jeroen-meijer.pubspec-assist",
"everettjf.pubspec-dependency-search",
"redhat.vscode-yaml"
]
}