-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
97 lines (86 loc) · 2.35 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
name: jify_app
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dots_indicator: 2.0.0
flutter_svg: 0.22.0
get: 4.3.0
get_storage: 2.0.2
pin_code_fields: 7.0.0
badges: 2.0.1
modal_bottom_sheet: 2.0.0
fluttertoast: 8.0.4
dio: 4.0.0
dartz: 0.10.0-nullsafety.2
flutter_spinkit: 5.0.0
cached_network_image: 3.1.0
custom_check_box: 0.0.4
flutter_countdown_timer: 4.1.0
google_maps_flutter: 2.0.6
firebase_messaging: ^10.0.8
firebase_core: ^1.4.0
connectivity: ^3.0.6
carousel_slider: ^4.0.0
flutter_neumorphic: ^3.1.0
vibration: ^1.7.4-nullsafety.0
flash: ^2.0.1
awesome_notifications: ^0.0.6+10
url_launcher: ^6.0.10
awesome_dropdown: ^0.0.4
flutter_multi_formatter: ^2.4.1
pretty_dio_logger: ^1.1.1
pay: ^1.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.2
lint: 1.5.3
flutter_icons:
ios: true
android: true
image_path: "assets/images/logo_ios.png"
image_path_ios: "assets/images/logo_ios.png"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/
fonts:
- family: PulpDisplay
fonts:
- asset: assets/fonts/PulpDisplay-ExtraLight.ttf
weight: 200
- asset: assets/fonts/PulpDisplay-Light.ttf
weight: 300
- asset: assets/fonts/PulpDisplay-Regular.ttf
weight: 400
- asset: assets/fonts/PulpDisplay-Medium.ttf
weight: 500
- asset: assets/fonts/PulpDisplay-SemiBold.ttf
weight: 600
- asset: assets/fonts/PulpDisplay-Bold.ttf
weight: 700
- asset: assets/fonts/PulpDisplay-ExtraBold.ttf
weight: 900
- family: PulpDisplayItalic
fonts:
- asset: assets/fonts/PulpDisplay-ExtraLightItalic.ttf
weight: 200
- asset: assets/fonts/PulpDisplay-LightItalic.ttf
weight: 300
- asset: assets/fonts/PulpDisplay-RegularItalic.ttf
weight: 400
- asset: assets/fonts/PulpDisplay-MediumItalic.ttf
weight: 500
- asset: assets/fonts/PulpDisplay-SemiBoldItalic.ttf
weight: 600
- asset: assets/fonts/PulpDisplay-BoldItalic.ttf
weight: 700
- asset: assets/fonts/PulpDisplay-ExtraBoldItalic.ttf
weight: 900