forked from xpavle00/Habo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
78 lines (68 loc) · 1.63 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
name: habo
description: Minimalistic habit tracker.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 2.1.0+1
environment:
sdk: ">=2.18.1 <4.0.0"
dependencies:
flutter:
sdk: flutter
google_fonts: ^6.1.0
provider: ^6.0.5
shared_preferences: ^2.2.0
table_calendar: ^3.0.9
awesome_dialog: ^3.1.0
loader_overlay: ^3.0.0
introduction_screen: ^3.1.11
flutter_svg: ^2.0.7
url_launcher: ^6.1.12
package_info_plus: ^4.1.0
sqflite: ^2.3.0
sqflite_common_ffi: ^2.3.0+2
path: ^1.8.3
fl_chart: ^0.64.0
just_audio: ^0.9.34
just_audio_mpv: ^0.1.7
flutter_file_dialog: ^3.0.2
file_picker: ^6.1.1
path_provider: ^2.1.0
awesome_notifications: ^0.8.2
timezone: ^0.9.2
flutter_colorpicker: ^1.0.3
flutter_launcher_icons: ^0.13.1
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding
path: plugins/window_size
flutter_localizations:
sdk: flutter
intl: any
intl_utils: ^2.8.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
# For now mipmaps are used.
flutter_icons:
image_path_android: "assets/images/icon.png"
image_path_ios: "assets/images/ios_icon.jpg"
adaptive_icon_foreground: "assets/images/android_foreground.png"
adaptive_icon_background: "#FFFFFF"
min_sdk_android: 21
android: true
ios: true
remove_alpha_ios: true
macos:
generate: true
image_path: "assets/images/macos_icon.png"
flutter:
uses-material-design: true
generate: true
assets:
- assets/
- assets/images/
- assets/images/onboard/
- assets/sounds/
- assets/google_fonts/
flutter_intl:
enabled: true