-
-
Notifications
You must be signed in to change notification settings - Fork 103
/
pubspec.yaml
97 lines (85 loc) · 2.18 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
84
85
86
87
88
89
90
91
92
93
94
95
96
name: anytime
description: Anytime Podcast Player
version: 1.3.10+160
environment:
sdk: '>=3.2.0 <4.0.0'
flutter: 3.24.0
dependencies:
accessibility_tools: ^2.2.2
app_links: ^6.3.0
auto_size_text: ^3.0.0
audio_service: ^0.18.15
audio_session: ^0.1.21
collection: ^1.18.0
connectivity_plus: ^6.0.5
cupertino_icons: ^1.0.6
device_info_plus: ^10.1.2
expand_widget: ^3.1.0
extended_image: ^8.2.3
file_picker: ^8.0.7
flutter_dialogs: ^3.0.0
flutter_downloader: ^1.11.8
flutter_html: ^3.0.0-beta.2
flutter_html_svg: ^3.0.0-beta.2
flutter_html_table: ^3.0.0-beta.2
flutter_launcher_icons: ^0.13.1
flutter_spinkit: ^5.0.0
html: ^0.15.0
intl: ^0.19.0
intl_translation: ^0.20.0
just_audio: ^0.9.42
logging: ^1.0.2
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.3
permission_handler: ^11.1.0
podcast_search: ^0.7.2
provider: ^6.0.3
rxdart: ^0.27.4
scrollable_positioned_list: ^0.3.7
sembast: ^3.7.1+3
share_plus: ^10.0.2
shared_preferences: ^2.3.2
sliver_tools: ^0.2.12
url_launcher: ^6.1.12
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
dependency_overrides:
# Override layout grid to fix dependency issue with flutter_html_table
flutter_layout_grid: ^2.0.5
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