Z6P0
Z6P0
> Did you add [usesCleartextTraffic](https://github.com/bluefireteam/audioplayers/blob/3946bccf33fc34e2954adf783893ef8df35a3fe6/packages/audioplayers/example/android/app/src/main/AndroidManifest.xml#L8) in Android Manifest? Yes but it's useless as it's a HTTPS link here.
> Do you have a file url, which is not forwarded to another server and uses an invalid certificate? Here is an example: https://cdn-preview-e.deezer.com/stream/c-e6b5f2295c3af5280cc00b3bf842ff57-9.mp3
Same here: ``` I/flutter (18492): error DatabaseException(database is locked (code 5 SQLITE_BUSY)) sql 'BEGIN EXCLUSIVE' args [] during open, closing... E/flutter (18492): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: DatabaseException(database is locked (code 5...
2025, issue still exists :'(
Same here. It stopped working since latest Flutter upgrade. Works in debug mode but not in release.
build.gradle: ``` allprojects { repositories { google() jcenter() maven { url "${project(':background_fetch').projectDir}/libs" } } } rootProject.buildDir = '../build' subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" project.evaluationDependsOn(':app') } tasks.register("clean", Delete) { delete rootProject.buildDir...
Hello @Sahad2701, after adding your fix above I have this error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not...
Same bug here. This package is unusable on iOS (didn't test other platforms). The example code fails on `exportGif` with this error: `RangeError (RangeError (length): Invalid value: Not in inclusive...