-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.67 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
{
"name": "flutter",
"displayName": "Ultimate Flutter Extension Pack",
"description": "The Ultimate pack which includes every extension you will ever need for Flutter development",
"version": "0.0.6",
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Extension Packs"
],
"icon": "images/dartXflutter.png",
"publisher": "MarufHassan",
"extensionPack": [
"felixangelov.bloc",
"dart-code.dart-code",
"dart-code.flutter",
"everettjf.pubspec-dependency-search",
"aaron-bond.better-comments",
"usernamehw.errorlens",
"pkief.material-icon-theme",
"gruntfuggly.todo-tree",
"visualstudioexptteam.vscodeintellicode",
"mhutchie.git-graph",
"donjayamanne.githistory",
"eamodio.gitlens",
"miquelddg.dart-barrel-file-generator",
"arcsine.chronicler",
"MarufHassan.flutter-snippets",
"ricardo-emerson.dart-data-class-tools",
"rangav.vscode-thunder-client",
"pflannery.vscode-versionlens",
"mikeburgh.xml-format",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"DavidAnson.vscode-markdownlint"
],
"repository": {
"type": "git",
"url": "https://github.com/zyllus17/Ultimate-Flutter-Extension-Pack.git"
},
"keywords": [
"Flutter",
"Dart",
"Snippets",
"Extension Packs"
],
"homepage": "https://github.com/zyllus17/Ultimate-Flutter-Extension-Pack",
"bugs": {
"url": "https://github.com/zyllus17/Ultimate-Flutter-Extension-Pack/issues",
"email": "[email protected]"
}
}