-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
105 lines (90 loc) · 2.18 KB
/
pubspec.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
name: postbar
description: Postbar App
module:
androidPackage: com.vk.postbar
iosBundleIdentifier: com.vk.postbar
publish_to: 'none'
version: 1.0.0+1
environment:
flutter: "3.3.3"
sdk: '>=2.18.1 <3.0.0'
dependencies:
another_flushbar: ^1.12.29
awesome_notifications: ^0.7.4+1
cached_network_image: ^3.2.2
cloud_firestore: ^3.5.1
connectivity_plus: ^2.3.7
cupertino_icons: ^1.0.5
dio: ^4.0.6
dropdown_button2: ^1.9.2
equatable: ^2.0.5
#firebase
firebase_analytics: ^9.3.7
firebase_auth: ^3.11.0
firebase_core: ^1.24.0
firebase_crashlytics: ^2.8.12
firebase_database: ^9.1.6
firebase_messaging: ^13.0.4
firebase_remote_config: ^2.0.19
firebase_storage: ^10.3.10
#flutter
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_svg: ^1.1.5
gallery_saver: ^2.3.2
#get
get: ^4.6.5
get_storage: ^2.0.3
google_fonts: ^3.0.1
http: ^0.13.5
jiffy: ^5.0.0
package_info_plus: ^1.4.3+1
path_provider: ^2.0.11
rename: ^2.0.1
responsive_framework: ^0.2.0
screenshot: ^1.2.3
share_plus: ^4.4.0
universal_html: ^2.0.8
url_launcher: ^6.1.6
url_strategy: ^0.2.0
dev_dependencies:
flutter_launcher_icons: ^0.10.0
flutter_lints: ^2.0.1
flutter_native_splash: ^2.2.10+1
flutter_test:
sdk: flutter
flutter_icons:
ios: true
android: true
image_path: "assets/launcher/iconP.png"
image_path_ios: "assets/launcher/iconP.png"
adaptive_icon_background: #000000
remove_alpha_ios: true
flutter:
uses-material-design: true
assets:
- assets/
- assets/launcher/
- assets/fonts/
- assets/svg/
fonts:
- family: VisbyCF
fonts:
- asset: assets/fonts/VisbyCF-Heavy.otf
weight: 900
- asset: assets/fonts/VisbyCF-ExtraBold.otf
weight: 800
- asset: assets/fonts/VisbyCF-Bold.otf
weight: 700
- asset: assets/fonts/VisbyCF-DemiBold.otf
weight: 600
- asset: assets/fonts/VisbyCF-Regular.otf
weight: 400
- asset: assets/fonts/VisbyCF-Light.otf
weight: 300
- asset: assets/fonts/VisbyCF-Medium.otf
weight: 500
- asset: assets/fonts/VisbyCF-Thin.otf
weight: 200