-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (48 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (48 loc) · 1.18 KB
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
{
"publisher": "JahelCuadrado",
"repository": {
"type": "git",
"url": "https://github.com/JahelCuadrado/FlutterExtensionPack"
},
"keywords": [
"flutter",
"widgets",
"dart",
"pack",
"error",
"extension",
"extension pack",
"flutter Programming",
"flutter Coding",
"dart Languages",
"app",
"android",
"ios",
"snippet",
"Snippets",
"mobile"
],
"icon": "assets/icon.png",
"name": "dashpack",
"displayName": "Dashpack",
"description": "Flutter Extension Pack. Access a range of essential tools that simplify mobile app creation, from custom widgets to API integration, all in one place. Speed up your development process and create exceptional Flutter apps with ease. Everything you need in one place without unnecessary extras.",
"version": "1.0.2",
"engines": {
"vscode": "^1.84.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"nash.awesome-flutter-snippets",
"felixangelov.bloc",
"dart-code.dart-code",
"dart-code.flutter",
"miquelddg.dart-barrel-file-generator",
"jeroen-meijer.pubspec-assist",
"esskar.vscode-flutter-i18n-json"
],
"dependencies": {
"vsce": "^2.15.0"
}
}