-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
65 lines (54 loc) · 1.48 KB
/
pubspec.yaml
File metadata and controls
65 lines (54 loc) · 1.48 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name: api_creator
description: this desktop helps you to create API with in a seconds using node js , express and mongoose
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get: ^4.6.5
path_provider: ^2.0.13
percent_indicator: ^4.2.3
connectivity_plus: ^3.0.3
intl: ^0.17.0
rename: ^2.1.1
flutter_launcher_icons: ^0.12.0
talker_flutter: ^2.4.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
msix: ^3.9.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/config/
fonts:
- family: Orbitron
fonts:
- asset: assets/fonts/orbitron/Orbitron-Black.ttf
- asset: assets/fonts/orbitron/Orbitron-Bold.ttf
- asset: assets/fonts/orbitron/Orbitron-Regular.ttf
- family: EncodeSansSC_Condensed
fonts:
- asset: assets/fonts/encode/EncodeSansSC_Condensed-Light.ttf
- asset: assets/fonts/encode/EncodeSansSC_Condensed-Medium.ttf
- asset: assets/fonts/encode/EncodeSansSC_Condensed-Regular.ttf
flutter_icons:
android: true
ios: true
image_path: "assets/icon/app_logo.png"
windows:
generate: true
image_path: "assets/icon/app_logo.png"
msix_config:
display_name: API-Creator
publisher_display_name: Muhammad Fuzail Zaman
identity_name: api-creator-001
msix_version: 1.0.0.0
languages: en-us
capabilities: "internetClient"
logo_path: "assets/icon/app_logo.png"