You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm using media scanner package. and I give right path to package to refresh the gallery like this:
storage/emulated/0/folderName/imageName.jpg
package shows success message but in gallery, no images were displayed.
I run app in real device on android 7.0
flutter sdk version: 2.10.5
jdk version: 8
media_scanner version: 2.1.0
Hi. I'm using media scanner package. and I give right path to package to refresh the gallery like this:
storage/emulated/0/folderName/imageName.jpg
package shows success message but in gallery, no images were displayed.
I run app in real device on android 7.0
flutter sdk version: 2.10.5
jdk version: 8
media_scanner version: 2.1.0
manifest permissions:
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.READ_SMS"/> <uses-permission android:name="android.permission.SEND_SMS"/> <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
The text was updated successfully, but these errors were encountered: