Skip to content

Commit

Permalink
Update deps and release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinkey04 committed Apr 25, 2022
1 parent b9e73ea commit 74eaa48
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 33 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>
1 change: 0 additions & 1 deletion lib/view/download_music.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ class _DownloadMusicState extends State<DownloadMusic> {
downloadsProvider.alertTitle = (downloadComplete);
downloadsProvider.alertBody =
('$fileLocation: $filePath\n$fileSize: ${(streamInfo.size.totalMegaBytes.toString().substring(0, 4))} MB');
dbProvider.songsList = DBProvider.getAllSongs();
OpenFile.open(filePath);
downloadsProvider.downloadedFilePath = 'file://$filePath';
downloadsProvider.downloadedFileTitle = tempTitle;
Expand Down
65 changes: 36 additions & 29 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.11"
version: "3.3.0"
args:
dependency: transitive
description:
Expand All @@ -42,7 +42,7 @@ packages:
name: audio_service
url: "https://pub.dartlang.org"
source: hosted
version: "0.18.3"
version: "0.18.4"
audio_service_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -189,7 +189,7 @@ packages:
name: file_picker
url: "https://pub.dartlang.org"
source: hosted
version: "4.3.3"
version: "4.5.1"
flutter:
dependency: "direct main"
description: flutter
Expand Down Expand Up @@ -232,7 +232,7 @@ packages:
name: fluttertoast
url: "https://pub.dartlang.org"
source: hosted
version: "8.0.8"
version: "8.0.9"
freezed_annotation:
dependency: transitive
description:
Expand All @@ -246,7 +246,7 @@ packages:
name: hive
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.5"
version: "2.1.0"
hive_flutter:
dependency: "direct main"
description:
Expand Down Expand Up @@ -288,7 +288,7 @@ packages:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
version: "3.1.3"
js:
dependency: transitive
description:
Expand All @@ -309,7 +309,7 @@ packages:
name: just_audio
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.19"
version: "0.9.20"
just_audio_platform_interface:
dependency: transitive
description:
Expand All @@ -323,21 +323,28 @@ packages:
name: just_audio_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.4"
version: "0.4.7"
marquee:
dependency: "direct main"
description:
name: marquee
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.2.1"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -393,21 +400,21 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.0.9"
path_provider_android:
dependency: transitive
description:
name: path_provider_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.11"
version: "2.0.12"
path_provider_ios:
dependency: transitive
description:
name: path_provider_ios
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.7"
version: "2.0.8"
path_provider_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -512,28 +519,28 @@ packages:
name: shared_preferences_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.10"
version: "2.0.11"
shared_preferences_ios:
dependency: transitive
description:
name: shared_preferences_ios
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.9"
version: "2.1.0"
shared_preferences_linux:
dependency: transitive
description:
name: shared_preferences_linux
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.1.0"
shared_preferences_macos:
dependency: transitive
description:
name: shared_preferences_macos
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.3"
shared_preferences_platform_interface:
dependency: transitive
description:
Expand All @@ -554,7 +561,7 @@ packages:
name: shared_preferences_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
version: "2.1.0"
sky_engine:
dependency: transitive
description: flutter
Expand All @@ -580,14 +587,14 @@ packages:
name: sqflite
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "2.0.2+1"
sqflite_common:
dependency: transitive
description:
name: sqflite_common
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.0"
version: "2.2.1+1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -622,7 +629,7 @@ packages:
name: synchronized
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
version: "3.0.0+2"
term_glyph:
dependency: transitive
description:
Expand All @@ -636,7 +643,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3"
version: "0.4.8"
typed_data:
dependency: transitive
description:
Expand All @@ -650,7 +657,7 @@ packages:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.5"
version: "3.0.6"
vector_math:
dependency: transitive
description:
Expand All @@ -664,14 +671,14 @@ packages:
name: webview_flutter
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.0"
version: "3.0.2"
webview_flutter_android:
dependency: transitive
description:
name: webview_flutter_android
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.8.5"
webview_flutter_platform_interface:
dependency: transitive
description:
Expand All @@ -685,14 +692,14 @@ packages:
name: webview_flutter_wkwebview
url: "https://pub.dartlang.org"
source: hosted
version: "2.7.1"
version: "2.7.2"
win32:
dependency: transitive
description:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.11"
version: "2.5.1"
xdg_directories:
dependency: transitive
description:
Expand Down Expand Up @@ -720,7 +727,7 @@ packages:
name: youtube_explode_dart
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.9+1"
version: "1.11.0"
sdks:
dart: ">=2.15.0 <3.0.0"
flutter: ">=2.5.0"
dart: ">=2.16.0 <3.0.0"
flutter: ">=2.8.0"
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: raag
description: Music Player made using Flutter

publish_to: 'none'
version: 1.1.2+12
version: 1.1.3+13

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down Expand Up @@ -32,8 +32,8 @@ dependencies:
shared_preferences: ^2.0.3
sliding_up_panel: ^2.0.0+1
sqflite: ^2.0.0+3
webview_flutter: ^2.1.1
youtube_explode_dart: ^1.10.9+1
webview_flutter: ^3.0.2
youtube_explode_dart: ^1.11.0

dev_dependencies:
flutter_launcher_icons: "^0.9.2"
Expand Down

0 comments on commit 74eaa48

Please sign in to comment.