-
-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathpubspec.yaml
More file actions
161 lines (150 loc) · 4.63 KB
/
pubspec.yaml
File metadata and controls
161 lines (150 loc) · 4.63 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
name: hacki
description: A Hacker News client.
version: 3.6.6+366
publish_to: none
environment:
sdk: ">=3.11.0 <4.0.0"
flutter: "3.41.9"
dependencies:
adaptive_theme: ^3.7.2
advanced_haptics: ^1.0.8
animations: ^2.2.0
app_links: ^7.0.0
badges: ^3.2.0
bloc: ^9.2.1
bloc_concurrency: ^0.3.0
cached_network_image: ^3.4.1
collection: ^1.19.1
connectivity_plus: ^7.1.1
device_info_plus: ^13.1.0
dio: ^5.9.2
dio_smart_retry: ^7.0.1
equatable: ^2.0.8
fast_gbk: ^1.0.0
feature_discovery: ^0.14.2
file_picker: ^12.0.0-beta.3
flutter:
sdk: flutter
flutter_bloc: ^9.1.1
flutter_cache_manager: ^3.4.1
flutter_email_sender: ^8.0.0
flutter_fadein: ^2.0.0
flutter_feather_icons: 2.0.0+1
flutter_inappwebview: ^6.1.5
flutter_local_notifications: ^21.0.0
flutter_material_color_picker: ^1.2.0
flutter_native_splash: ^2.4.7
flutter_secure_storage: ^10.3.0
flutter_slidable: ^4.0.3
font_awesome_flutter: ^11.0.0
get_it: ^9.2.1
go_router: ^17.2.3
hive: ^2.2.3
html: ^0.15.6
html_unescape: ^2.0.0
http: ^1.6.0
hydrated_bloc: ^11.0.0
in_app_review:
path: components/in_app_review
intl: ^0.20.2
linkify: ^5.0.0
logger: ^2.7.0
memoize: ^3.0.0
package_info_plus: ^10.1.0
path: ^1.9.1
path_provider: ^2.1.5
path_provider_android: ^2.3.1
path_provider_foundation: ^2.6.0
pretty_dio_logger: ^1.4.0
pull_to_refresh:
git:
url: https://github.com/livinglist/flutter_pulltorefresh
ref: master
qr_code_scanner_plus: ^2.1.1
qr_flutter: ^4.1.0
receive_sharing_intent: 1.8.1
responsive_builder: ^0.7.1
rxdart: ^0.28.0
screenshot: ^3.0.0
scrollable_positioned_list: ^0.3.8
scrolls_to_top: ^2.1.1
sembast: ^3.8.7
share_plus: ^13.1.0
shared_preferences: ^2.5.5
shared_preferences_android: ^2.4.23
shared_preferences_foundation: ^2.5.6
shimmer: ^3.0.0
synced_shared_preferences:
path: components/synced_shared_preferences
universal_platform: ^1.1.0
url_launcher: ^6.3.2
video_player: ^2.11.1
visibility_detector: ^0.4.0+2
wakelock_plus: ^1.6.1
webview_flutter: ^4.13.1
workmanager: ^0.9.0+3
dev_dependencies:
bloc_test: ^10.0.0
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
mocktail: ^1.0.5
very_good_analysis: ^10.2.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/videos/
- assets/haptics/
- assets/remote-config-dev.json
fonts:
- family: RobotoSlab
fonts:
- asset: assets/fonts/roboto_slab/RobotoSlab-Regular.ttf
- asset: assets/fonts/roboto_slab/RobotoSlab-Bold.ttf
weight: 700
- family: Ubuntu
fonts:
- asset: assets/fonts/ubuntu/Ubuntu-Regular.ttf
- asset: assets/fonts/ubuntu/Ubuntu-Bold.ttf
weight: 700
- family: UbuntuMono
fonts:
- asset: assets/fonts/ubuntu_mono/UbuntuMono-Regular.ttf
- asset: assets/fonts/ubuntu_mono/UbuntuMono-Bold.ttf
weight: 700
- family: NotoSerif
fonts:
- asset: assets/fonts/noto_serif/NotoSerif-Regular.ttf
- asset: assets/fonts/noto_serif/NotoSerif-Bold.ttf
weight: 700
- family: Exo2
fonts:
- asset: assets/fonts/exo_2/Exo2-Regular.ttf
- asset: assets/fonts/exo_2/Exo2-Bold.ttf
weight: 700
- family: AtkinsonHyperlegible
fonts:
- asset: assets/fonts/atkinson_hyperlegible/AtkinsonHyperlegible-Regular.ttf
- asset: assets/fonts/atkinson_hyperlegible/AtkinsonHyperlegible-Bold.ttf
weight: 700
flutter_native_splash:
# This package generates native code to customize Flutter's default white native splash screen
# with background color and splash image.
# Customize the parameters below, and run the following command in the terminal:
# dart run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# dart run flutter_native_splash:remove
# IMPORTANT NOTE: These parameter do not affect the configuration of Android 12 and later, which
# handle splash screens differently that prior versions of Android. Android 12 and later must be
# configured specifically in the android_12 section below.
# color or background_image is the only required parameter. Use color to set the background
# of your splash screen to a solid color. Use background_image to set the background of your
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
color: "#ffffff"
color_dark: "#000000"