From 5114d6ad4ec90ab6a24582495a870df155bc68ae Mon Sep 17 00:00:00 2001 From: stonegate Date: Thu, 10 Sep 2020 14:08:01 +0800 Subject: [PATCH] Minor change. --- CHANGELOG.md | 4 ++-- pubspec.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7936cd3..2f3f42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ Release date 2020/8/30 * Option to hide listened default. * Change skip next/previous to fastForward/rewind on headset click. -## Bugs fixed +### Bugs fixed * Download error when filename too long. -## Minor change +### Minor change * Update download button style and downloaded indicator style. * Add 1.1 to speed setting. diff --git a/pubspec.yaml b/pubspec.yaml index 01f0615..cbb9668 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,10 +12,10 @@ dependencies: flutter_localizations: sdk: flutter auto_animated: ^2.1.0 - audio_session: ^0.0.3 - cached_network_image: ^2.2.0+1 + audio_session: ^0.0.6 + cached_network_image: ^2.3.1 color_thief_flutter: ^1.0.2 - cupertino_icons: ^0.1.3 + cupertino_icons: ^1.0.0 connectivity: ^0.4.9 dio: ^3.0.10 extended_nested_scroll_view: ^1.0.1 @@ -24,34 +24,34 @@ dependencies: feature_discovery: ^0.10.0 file_picker: ^1.12.0 flutter_html: ^0.11.1 - flutter_downloader: ^1.4.4 + flutter_downloader: ^1.5.0 fluttertoast: ^4.0.0 flutter_isolate: ^1.0.0+14 flutter_linkify: ^3.1.3 flutter_file_dialog: ^0.0.5 flare_flutter: ^2.0.6 - fl_chart: ^0.11.0 + fl_chart: ^0.11.1 marquee: ^1.3.1 google_fonts: ^1.1.0 image: ^2.1.14 intl: ^0.16.1 - json_serializable: ^3.3.0 + json_serializable: ^3.4.1 json_annotation: ^3.0.1 - path_provider: ^1.6.11 + path_provider: ^1.6.14 permission_handler: ^5.0.1 provider: ^4.3.2 rxdart: ^0.24.1 sqflite: ^1.3.1 - shared_preferences: ^0.5.8 + shared_preferences: ^0.5.10 tuple: ^1.0.3 - url_launcher: ^5.5.0 + url_launcher: ^5.5.3 uuid: ^2.2.0 xml: ^4.2.0 workmanager: ^0.2.3 wc_flutter_share: ^0.2.2 audio_service: git: - url: https://github.com/stonega/audio_service.git + url: https://github.com/ryanheise/audio_service.git just_audio: git: url: https://github.com/stonega/just_audio.git