-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
105 lines (89 loc) · 2.15 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
name: getx_standard
description: "A GetX Architecture by Mir Moktadir"
publish_to: 'none'
version: 7.0.3+3
environment:
sdk: ^3.6.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
get: ^4.6.6
logger: ^2.5.0
dio: ^5.7.0
flutter_screenutil: ^5.9.3
http: ^1.2.2
shared_preferences: ^2.3.4
change_app_package_name: ^1.4.0
iconly: ^1.0.1
iconsax: ^0.0.8
expandable_text: ^2.3.0
file_picker: ^8.1.6
lottie: ^3.3.0
ionicons: ^0.2.2
flutter_otp_text_field: ^1.4.0+2
flutter_native_splash: ^2.4.3
rename_app: ^1.6.1
firebase_core: ^3.9.0
firebase_messaging: ^15.1.6
carousel_slider: ^5.0.0
cached_network_image: ^3.4.1
graphql_flutter: ^5.2.0-beta.8
intl: ^0.20.1
animated_text_kit: ^4.2.2
device_info_plus: ^11.2.0
flutter_local_notifications: ^18.0.1
hive: ^2.2.3
hive_flutter: ^1.1.0
connectivity_plus: ^6.1.1
image_picker: ^1.1.2
image_cropper: ^8.1.0
web_socket_channel: ^3.0.1
pretty_dio_logger: ^1.4.0
remixicon: ^1.3.0
timezone: ^0.10.0
pusher_channels_flutter: ^2.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
mockito:
build_runner:
hive_generator:
pub_semver:
flutter_native_splash:
background_image: "assets/images/icon-splash/splash_background.png"
android: true
ios: true
web: false
fullscreen: true
android_12:
image: "assets/images/icon-splash/splash_icon.png"
icon_background_color: "#ffffff"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/images/icon-splash/
- assets/images/onBoarding/
- assets/images/loader_icon/
- assets/vectors/
- assets/fonts/
- animations/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf
weight: 300
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 700
- family: Cairo
fonts:
- asset: assets/fonts/Cairo-Regular.ttf
weight: 300
- asset: assets/fonts/Cairo-Medium.ttf
weight: 500
- asset: assets/fonts/Cairo-SemiBold.ttf
weight: 900