Closed ghost closed 3 years ago
Adding android:usesCleartextTraffic="true"
to the android manifest solved the issue, and it was explained here
@florent37 please update the ReadMe and example application Android 10.
I've added android:usesCleartextTraffic="true" in android manifest but iam still getting the permission denied error (android 10)
Add android:requestLegacyExternalStorage="true"
like the above image in your Androidmanifest.xml file
Flutter Version: 2.0.2
Lib Version: 3.0.3
Platform Android: Android 10
Songs from network and assets folder is playing well, but the example code in main_media_query.dart is throwing exception.