-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
111 lines (87 loc) · 2.09 KB
/
Copy pathpubspec.yaml
File metadata and controls
111 lines (87 loc) · 2.09 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
name: svalko_client
description: "Мобильный клиент для svalko.org"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.11.5
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.8
# State management
flutter_riverpod: ^2.6.1
riverpod_annotation: ^2.6.1
# HTTP
dio: ^5.8.0+1
xml: ^7.0.1
# HTML parser
html: ^0.15.5
# Encoding (windows-1251)
charset_converter: ^2.1.1
# Image caching
cached_network_image: ^3.4.1
# Local cache
hive_ce_flutter: ^2.2.0
# Physics (easter egg)
forge2d: ^0.14.0
# Browser launch
url_launcher: ^6.3.1
# Deep links (App Links)
app_links: ^6.4.0
# File picker (for favorites import)
file_picker: ^8.1.7
# Video playback
video_player: ^2.9.2
chewie: ^1.10.0
webview_flutter: ^4.10.0
# Media save & share
gal: ^2.3.0
share_plus: ^10.1.4
path_provider: ^2.1.5
# HTTP cache (persistent)
dio_cache_interceptor: ^3.5.0
dio_cache_interceptor_file_store: ^1.2.2
# Crash reporting context
package_info_plus: ^8.3.0
device_info_plus: ^11.4.0
flutter_native_splash: ^2.4.3
flutter_launcher_icons: ^0.14.3
flutter_widget_from_html: ^0.17.2
flutter_cache_manager: ^3.4.1
http: ^1.6.0
video_thumbnail: ^0.5.6
flutter_local_notifications: ^22.0.0
workmanager: ^0.9.0+3
# Push notifications
firebase_core: ^3.13.1
firebase_messaging: ^15.2.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
riverpod_generator: ^2.6.2
build_runner: ^2.4.15
flutter_launcher_icons:
android: true
ios: false
image_path: assets/logo_padded.png
adaptive_icon_background: "#eef2f5"
adaptive_icon_foreground: assets/logo_padded.png
flutter_native_splash:
color: "#eef2f5"
image: assets/logo_padded.png
color_dark: "#eef2f5"
image_dark: assets/logo_padded.png
android_12:
color: "#eef2f5"
color_dark: "#eef2f5"
image: assets/logo_splash.png
image_dark: assets/logo_splash.png
flutter:
uses-material-design: true
assets:
- assets/splash.png
- assets/icons/
- assets/heart-bg.png