Flutter-AssetsAudioPlayer icon indicating copy to clipboard operation
Flutter-AssetsAudioPlayer copied to clipboard

Is this alive?

Open jasminder opened this issue 9 months ago • 1 comments

Is this package even maintained? This always has some issue with Android. Right now, it doesnt compile with following bug:

Flutter-AssetsAudioPlayer-28a7f52db65fd8b8ac0bdc39013d3de978c8a375/android/src/main/kotlin/com/github/florent37/assets_audio_player/stopwhencall/HeadsetManager.kt:93:53 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type Array<(out) String!>?

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':assets_audio_player:compileReleaseKotlin'.

A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction Compilation error. See log for more details

Flutter version: 3.29.2 Android target sdk version: 35

jasminder avatar Apr 28 '25 13:04 jasminder

Same issue i got

FAILURE: Build failed with an exception.

  • What went wrong: Could not determine the dependencies of task ':assets_audio_player:compileDebugKotlin'.

Unknown Kotlin JVM target: 21

  • Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. Get more help at https://help.gradle.org.

BUILD FAILED in 17s Running Gradle task 'assembleDebug'... 18.5s Error: Gradle task assembleDebug failed with exit code 1

arifxpartbd avatar May 04 '25 10:05 arifxpartbd