-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
48 lines (40 loc) · 945 Bytes
/
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
name: podcasts_pro
description: "A project to listen to podcasts through RSS subscription links."
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.26
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
get: ^4.6.6
dart_rss: ^3.0.3
dio: ^5.5.0+1
xml: ^6.5.0
http: ^1.2.2
html: ^0.15.4
cached_network_image: ^3.4.0
shared_preferences: ^2.3.1
just_audio: ^0.9.39
intl: ^0.19.0
flutter_slidable: ^3.1.1
audio_service: ^0.18.15
audio_session: ^0.1.21
rxdart: ^0.28.0
flutter_html: ^3.0.0-beta.2
cupertino_icons: ^1.0.6
flutter_splash_screen: ^3.0.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
image_path: "assets/images/logo.png"
android: true
ios: true
remove_alpha_ios: true
flutter:
assets:
- assets/images/
uses-material-design: true