Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images saved not showing in gallery flutter #5

Open
AbbasHoseini opened this issue Aug 13, 2022 · 1 comment
Open

Images saved not showing in gallery flutter #5

AbbasHoseini opened this issue Aug 13, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@AbbasHoseini
Copy link

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" />

@Lzyct Lzyct added the bug Something isn't working label Aug 13, 2022
@parsadoc
Copy link

I have this problem too on Android 7.0 (API 24)
file downloaded and it's available on file manager! but the gallery doesn't update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants