File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.13 -all.zip
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 8.6.0 " apply false
21
+ id " com.android.application" version ' 8.12.2 ' apply false
22
22
id " org.jetbrains.kotlin.android" version " 1.9.10" apply false
23
23
// START: FlutterFire Configuration
24
24
id " com.google.gms.google-services" version " 4.3.15" apply false
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ class AudioPlayerHandler extends BaseAudioHandler {
253
253
}
254
254
255
255
void loadEnglishAudio (EnglishAudio audio) async {
256
- _audioPlayer.setAudioSource (
256
+ await _audioPlayer.setAudioSource (
257
257
ClippingAudioSource (
258
258
start: parseTimeStamp (audio.startTimeStamp),
259
259
end: audio.finishTimeStamp == null
Original file line number Diff line number Diff line change @@ -1069,10 +1069,10 @@ packages:
1069
1069
dependency: "direct main"
1070
1070
description:
1071
1071
name: just_audio
1072
- sha256: "90421d34e9ee9a407c3722e9db6a45c57b90620b51fcf3a172bae4c3c3278ed5 "
1072
+ sha256: "679637a3ec5b6e00f36472f5a3663667df00ee4822cbf5dafca0f568c710960a "
1073
1073
url: "https://pub.dev"
1074
1074
source: hosted
1075
- version: "0.10.2 "
1075
+ version: "0.10.4 "
1076
1076
just_audio_platform_interface:
1077
1077
dependency: transitive
1078
1078
description:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies:
37
37
html : 0.15.5+1
38
38
infinite_scroll_pagination : 5.0.0
39
39
jiffy : 6.3.2
40
- just_audio : 0.10.2
40
+ just_audio : 0.10.4
41
41
path : 1.9.1
42
42
path_provider : 2.1.5
43
43
phone_ide : 2.0.0
You can’t perform that action at this time.
0 commit comments