-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
66 lines (49 loc) · 1.12 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
name: flutter_hive
description: Notes
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.3.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
hive: ^2.2.3
hive_flutter: ^1.1.0
fl_chart: ^0.67.0
intl: ^0.19.0
flutter_local_notifications: ^17.0.0
timezone: ^0.9.2
flutter_timezone: ^1.0.8
provider: ^6.0.5
workmanager: ^0.5.1
flutter_launcher_icons: ^0.13.1
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.9
hive_generator: ^2.0.0
flutter_native_splash: ^2.0.4
flutter_lints: ^3.0.2
flutter_icons:
image_path: "assets/launcher_icon/android_icon.png"
ios: true
remove_alpha_ios: true
android: "launcher_icon"
adaptive_icon_background: "#c8bfe7"
adaptive_icon_foreground: "assets/launcher_icon/adptative_icon.png"
flutter_native_splash:
color: "#FFFFFF"
image: assets/splash/logo_splash.png
android: true
ios: true
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/images/icons/
fonts:
- family: Poppins
fonts:
- asset: assets/fonts/Poppins-Regular.ttf