-
-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathpubspec.yaml
More file actions
97 lines (86 loc) · 2.16 KB
/
pubspec.yaml
File metadata and controls
97 lines (86 loc) · 2.16 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
name: anytime
description: Anytime Podcast Player
version: 1.4.2+241
environment:
sdk: '>=3.6.0 <4.0.0'
flutter: 3.38.5
dependencies:
accessibility_tools: ^2.4.1
app_links: ^6.3.0
awesome_notifications_core: ^0.10.0
awesome_notifications: ^0.10.0
auto_size_text: ^3.0.0
audio_service: ^0.18.18
audio_session: ^0.2.1
background_fetch: ^1.3.8
collection: ^1.18.0
connectivity_plus: ^6.0.11
cupertino_icons: ^1.0.6
device_info_plus: ^11.3.0
extended_image: ^9.1.0
file_picker: ^10.0.0
flutter_dialogs: ^3.0.0
flutter_downloader: ^1.12.0
flutter_html: ^3.0.0
flutter_html_svg: ^3.0.0
flutter_html_table: ^3.0.0
flutter_launcher_icons: ^0.14.4
flutter_spinkit: ^5.0.0
html: ^0.15.6
intl: '>=0.19.0 <0.21.0'
intl_translation: ^0.20.0
just_audio: ^0.10.4
logging: ^1.3.0
meta: ^1.12.0
mp3_info: ^0.2.0
path: ^1.8.3
path_provider: ^2.1.4
path_provider_platform_interface: ^2.0.4
percent_indicator: 4.2.5
permission_handler: ^12.0.0+1
podcast_search: ^0.7.13
provider: ^6.0.3
rxdart: ^0.28.0
scrollable_positioned_list: ^0.3.7
sembast: ^3.8.3
share_plus: ^11.0.0
shared_preferences: ^2.3.4
sliver_tools: ^0.2.12
synchronized: ^3.3.0+3
url_launcher: ^6.3.1
wakelock_plus: ^1.4.0
xml: 6.5.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
dev_dependencies:
mockito: ^5.2.0
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
flutter_icons:
image_path_android: "assets/images/anytime-logo.png"
image_path_ios: "assets/images/anytime-logo-ios.png"
remove_alpha_ios: true
android: true
ios: true
flutter:
uses-material-design: true
assets:
- assets/images/anytime-logo.png
- assets/images/anytime-logo-s.png
- assets/images/anytime-placeholder-logo.png
# Certificate authorities
- assets/ca/lets-encrypt-r3.pem
- assets/ca/globalsign-gcc-r6-alphassl-ca-2023.pem
fonts:
- family: MontserratMedium
fonts:
- asset: assets/fonts/Montserrat-Medium.otf
- family: MontserratRegular
fonts:
- asset: assets/fonts/Montserrat-Regular.otf
- family: MontserratBold
fonts:
- asset: assets/fonts/Montserrat-Bold.otf