-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
77 lines (67 loc) · 1.55 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
name: getx_standard
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.5 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get: ^4.6.5
logger: ^1.1.0
flutter_screenutil: ^5.5.3+2
hive: ^2.2.3
hive_flutter: ^1.1.0
dio: ^4.0.6
get_storage: ^2.0.3
firebase_core: ^1.20.0
firebase_messaging: ^13.1.0
awesome_notifications: ^0.6.21
flutter_launcher_icons: ^0.10.0
change_app_package_name: ^1.1.0
rename_app: ^1.1.0
flutter_native_splash: ^2.2.0+1
iconly: ^1.0.1
expandable_text: ^2.3.0
iconsax: ^0.0.8
http: ^0.13.5
file_picker: ^5.2.2
lottie: ^2.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.2.0
hive_generator: ^1.1.3
flutter_icons:
android: true
ios: true
image_path: "assets/images/app_icon.png"
flutter_native_splash:
background_image: assets/images/app_logo.png
android: true
ios: true
flutter:
uses-material-design: true
assets:
- assets/images/
- 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