flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

[HELP]: Min SDK < 24

Open sm2017 opened this issue 3 years ago • 3 comments

Flutter Sound requires an iOS 10.0 SDK (or later) Flutter Sound requires an Android API level 21 (or later)

How can I use flutter_sound for Android API level 16 and iOS 9 ? is it possible?

sm2017 avatar Apr 12 '21 06:04 sm2017

@Canardoux @Larpoux I have the min Android API level 16 and iOS 9, and don't want to increase them as the flutter sound library required Android API level 21 and iOS 10.0, I just wan to disable flutter sound when not supported

@Canardoux @Larpoux How can I override min target development in iOS?

sm2017 avatar Apr 17 '21 05:04 sm2017

In android I uses tools:overrideLibrary to override library but When I run the flutter application I see a white page only and have the following error in the log cat and no error in flutter console

04-17 10:27:08.182 2973-2973/ir.karget E/dalvikvm: Could not find class 'android.media.AudioAttributes$Builder', referenced from method androidx.core.app.NotificationCompat$Builder.setSound

sm2017 avatar Apr 17 '21 05:04 sm2017

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

github-actions[bot] avatar Dec 17 '23 01:12 github-actions[bot]