2020-02-12 11:08:28 +08:00
|
|
|
name: tsacdop
|
2020-02-09 20:29:09 +08:00
|
|
|
description: An easy-use podacasts player.
|
|
|
|
|
2020-07-16 17:35:01 +08:00
|
|
|
version: 0.4.5+21
|
2020-02-09 20:29:09 +08:00
|
|
|
|
|
|
|
environment:
|
2020-03-01 20:17:06 +08:00
|
|
|
sdk: ">=2.6.0 <3.0.0"
|
2020-02-09 20:29:09 +08:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2020-05-09 12:27:05 +08:00
|
|
|
flutter_localizations:
|
|
|
|
sdk: flutter
|
2020-05-21 17:15:38 +08:00
|
|
|
cupertino_icons: ^0.1.3
|
2020-03-01 20:17:06 +08:00
|
|
|
json_annotation: ^3.0.1
|
2020-05-09 12:27:05 +08:00
|
|
|
sqflite: ^1.3.0
|
|
|
|
flutter_html: ^0.11.1
|
2020-05-16 11:57:49 +08:00
|
|
|
path_provider: ^1.6.8
|
2020-03-23 01:03:53 +08:00
|
|
|
color_thief_flutter: ^1.0.2
|
2020-05-16 11:57:49 +08:00
|
|
|
provider: ^4.1.2
|
2020-05-12 09:54:17 +08:00
|
|
|
google_fonts: ^1.1.0
|
2020-03-01 20:17:06 +08:00
|
|
|
dio: ^3.0.9
|
2020-05-12 09:54:17 +08:00
|
|
|
file_picker: ^1.9.0+1
|
2020-02-09 20:29:09 +08:00
|
|
|
marquee: ^1.3.1
|
2020-04-28 01:26:33 +08:00
|
|
|
flutter_downloader: ^1.4.4
|
2020-04-13 23:53:21 +08:00
|
|
|
permission_handler: ^5.0.0+hotfix.3
|
|
|
|
fluttertoast: ^4.0.1
|
2020-02-09 20:29:09 +08:00
|
|
|
intl: ^0.16.1
|
2020-06-13 21:23:08 +08:00
|
|
|
url_launcher: ^5.4.10
|
2020-04-13 23:53:21 +08:00
|
|
|
image: ^2.1.12
|
2020-04-24 01:46:36 +08:00
|
|
|
shared_preferences: ^0.5.7
|
2020-07-08 21:18:08 +08:00
|
|
|
uuid: ^2.2.0
|
2020-02-25 17:57:12 +08:00
|
|
|
tuple: ^1.0.3
|
2020-05-16 11:57:49 +08:00
|
|
|
cached_network_image: ^2.2.0+1
|
2020-07-08 21:18:08 +08:00
|
|
|
workmanager: ^0.2.3
|
|
|
|
fl_chart: ^0.10.1
|
2020-05-08 19:35:08 +08:00
|
|
|
audio_service: ^0.8.0
|
2020-03-20 03:58:30 +08:00
|
|
|
flutter_file_dialog: ^0.0.5
|
2020-05-12 09:54:17 +08:00
|
|
|
flutter_linkify: ^3.1.3
|
2020-04-01 00:36:20 +08:00
|
|
|
extended_nested_scroll_view: ^0.4.0
|
|
|
|
connectivity: ^0.4.8+2
|
2020-07-08 21:18:08 +08:00
|
|
|
flare_flutter: ^2.0.5
|
2020-04-18 12:48:02 +08:00
|
|
|
rxdart: ^0.24.0
|
2020-05-19 01:03:45 +08:00
|
|
|
wc_flutter_share: ^0.2.1
|
2020-06-06 02:33:47 +08:00
|
|
|
auto_animated: ^2.1.0
|
2020-06-13 21:23:08 +08:00
|
|
|
feature_discovery: ^0.10.0
|
|
|
|
flutter_isolate: ^1.0.0+14
|
2020-06-28 02:27:39 +08:00
|
|
|
flutter_time_picker_spinner: ^1.0.6+1
|
2020-05-08 19:35:08 +08:00
|
|
|
just_audio:
|
|
|
|
git:
|
2020-05-09 12:27:05 +08:00
|
|
|
url: https://github.com/stonega/just_audio.git
|
2020-05-08 19:35:08 +08:00
|
|
|
line_icons:
|
|
|
|
git:
|
|
|
|
url: https://github.com/galonsos/line_icons.git
|
2020-07-01 03:14:36 +08:00
|
|
|
focused_menu:
|
|
|
|
git:
|
|
|
|
url: https://github.com/stonega/focused_menu.git
|
2020-05-21 17:15:38 +08:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
|
2020-05-08 19:35:08 +08:00
|
|
|
dependency_overrides:
|
2020-06-11 23:13:10 +08:00
|
|
|
xml: "4.2.0"
|
2020-02-09 20:29:09 +08:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
assets:
|
|
|
|
- assets/
|
|
|
|
uses-material-design: true
|
2020-05-09 12:27:05 +08:00
|
|
|
flutter_intl:
|
|
|
|
enabled: true
|
2020-07-02 20:58:55 +08:00
|
|
|
localizely:
|
|
|
|
project_id: bde4e9bd-4cb2-449b-9de2-18f231ddb47d
|