forked from dreautall/waterfly-iii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
79 lines (71 loc) · 1.7 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
name: waterflyiii
description: WaterFly III, a mobile client for Firefly III
publish_to: 'none'
version: 1.0.1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
async: any
intl: any
path_provider: ^2.0.13
collection: ^1.18.0
flutter_secure_storage: ^9.0.0
provider: ^6.1.2
shared_preferences: ^2.2.2
chopper: ^7.1.1
json_annotation: ^4.8.0
flutter_svg: ^2.0.7
url_launcher: ^6.2.4
infinite_scroll_pagination: ^4.0.0
badges: ^3.1.2
filesize: ^2.0.1
community_charts_flutter: ^1.0.2
open_filex: ^4.4.0
file_picker: ^8.0.0+1
animations: ^2.0.11
flutter_local_notifications: ^17.0.0
notifications_listener_service:
git:
url: https://github.com/dreautall/notification_listener_service.git
ref: 280a7b869fe57c81dd1842cd08fa16045d828f0a
device_apps: ^2.2.0
package_info_plus: ^6.0.0
logging: ^1.1.1
flutter_email_sender: ^6.0.2
local_auth: ^2.1.8
dynamic_color: ^1.7.0
material_color_utilities: ^0.8.0
version: ^3.0.2
quick_actions: ^1.0.7
stock: ^1.1.0
syncfusion_flutter_charts: ^25.1.35
image_picker: ^1.0.7
timezone: ^0.9.2
flutter_timezone: ^1.0.8
flutter_sharing_intent: ^1.1.1
dev_dependencies:
flutter_lints: ^3.0.0
# needed for swagger_dart_code_generator
build_runner: ^2.4.7
chopper_generator: ^7.1.1
json_serializable: ^6.7.1
swagger_dart_code_generator: ^2.15.1
flutter_native_splash: ^2.3.10
translations_cleaner: ^0.0.5
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/logo.svg
flutter_intl:
enabled: true
flutter_native_splash:
android: true
ios: false
web: false
color: "#fdfcfe"
color_dark: "#1a1c1e"