forked from RIP-Comm/sossoldi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
83 lines (70 loc) · 2.24 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
name: sossoldi
description: A wealth management / personal finance / net worth tracking app.
publish_to: 'none'
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.1.0+1
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
collection: ^1.18.0
cupertino_icons: ^1.0.8
fl_chart: ^0.69.0
flutter_riverpod: ^2.6.1
flutter_native_splash: ^2.4.2
flutter_local_notifications: ^18.0.0
intl: ^0.19.0
path: ^1.9.0
percent_indicator: ^4.2.3
permission_handler: ^11.3.1
shared_preferences: ^2.3.3
sqflite: ^2.4.1
sqflite_common_ffi: ^2.3.4
sqlite3_flutter_libs:
timezone: ^0.9.4
url_launcher: ^6.3.1
workmanager: ^0.5.2
dev_dependencies:
flutter_test:
sdk: flutter
dependency_validator: ^4.1.1
flutter_launcher_icons: ^0.14.1
flutter_lints: ^5.0.0
test: ^1.25.2
flutter:
uses-material-design: true
fonts:
- family: SF Pro Text
fonts:
- asset: fonts/SFProText.ttf
assets:
- assets/
flutter_native_splash:
web: false
color: "#ffffff"
image: assets/splash.png
android_12:
color: "#ffffff"
image: assets/android12splash.png
flutter_icons:
android: true
ios: true
web:
generate: false
remove_alpha_ios: true
image_path: "assets/icon.png"
image_path_ios: "assets/iosicon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/icon.png"