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

Android 13 issue #100

Open
4 tasks done
kishan123123 opened this issue Mar 6, 2023 · 19 comments
Open
4 tasks done

Android 13 issue #100

kishan123123 opened this issue Mar 6, 2023 · 19 comments
Labels
bug Something isn't working

Comments

@kishan123123
Copy link

Environment

Technology Version
Flutter version
Plugin version
Android version
iOS version
Xcode version

Device information:

Description

Expected behavior:

Current behavior:

Steps to reproduce

  1. This
  2. Than that
  3. Then

Images

Stacktrace/Logcat

@kishan123123 kishan123123 added the bug Something isn't working label Mar 6, 2023
@vernalclareai
Copy link

Hi, @kishan123123
Any update on this issue?
Thanks.

@DucLongDTH
Copy link

Hi, @kishan123123 Any update on this issue? Thanks.

@vernalclareai pls check this lib: https://pub.dev/packages/image_pickers

@kishan123123
Copy link
Author

kishan123123 commented Aug 25, 2023 via email

@kishangohel
Copy link

kishangohel commented Sep 17, 2023

you will get an error when you set targetSdkVersion 33
and Play Store policy forces you to set to that version
@kishan123123

@kishan123123
Copy link
Author

kishan123123 commented Sep 21, 2023 via email

@ibm777p2
Copy link

I have issue, when I use this library to pick photos or camera it says Read memory card access denied.

@LongND-NTQ
Copy link

I have issue, when I use this library to pick photos or camera it says Read memory card access denied.

Check the package of DucLongDTH comment

@ibm777p2
Copy link

I have issue, when I use this library to pick photos or camera it says Read memory card access denied.

Check the package of DucLongDTH comment

This library will not be updated and will need use a different one, correct @LongND-NTQ ?

@LongND-NTQ
Copy link

I have issue, when I use this library to pick photos or camera it says Read memory card access denied.

Check the package of DucLongDTH comment

This library will not be updated and will need use a different one, correct @LongND-NTQ ?

Yes, this's updated in new package 😂

@ibm777p2
Copy link

https://pub.dev/packages/image_pickers

I have issue, when I use this library to pick photos or camera it says Read memory card access denied.

Check the package of DucLongDTH comment

This library will not be updated and will need use a different one, correct @LongND-NTQ ?

Yes, this's updated in new package 😂

Will this package works the same as this one or will need to do a lot adjustment once changing the reference?
https://pub.dev/packages/image_pickers @LongND-NTQ ?

@ibm777p2
Copy link

https://pub.dev/packages/image_pickers

I have issue, when I use this library to pick photos or camera it says Read memory card access denied.

Check the package of DucLongDTH comment

This library will not be updated and will need use a different one, correct @LongND-NTQ ?

Yes, this's updated in new package 😂

Will this package works the same as this one or will need to do a lot adjustment once changing the reference? https://pub.dev/packages/image_pickers @LongND-NTQ ?

Anyone knows the answer to my question? @DucLongDTH @kishangohel @LongND-NTQ @kishan123123

@ibm777p2
Copy link

Do we know if this library will get updated for android 13 or not?
@kishangohel @DucLongDTH @vernalclareai @kishan123123 @LongND-NTQ

@LongND-NTQ
Copy link

Do we know if this library will get updated for android 13 or not?
@kishangohel @DucLongDTH @vernalclareai @kishan123123 @LongND-NTQ

This pack not update anymore

@LongND-NTQ
Copy link

https://pub.dev/packages/image_pickers

I have issue, when I use this library to pick photos or camera it says Read memory card access denied.

Check the package of DucLongDTH comment

This library will not be updated and will need use a different one, correct @LongND-NTQ ?

Yes, this's updated in new package 😂

Will this package works the same as this one or will need to do a lot adjustment once changing the reference?
https://pub.dev/packages/image_pickers @LongND-NTQ ?

Same function, you must change only name, import path, i guest

@guipingliu
Copy link

image The author of lucksiege has fixed it. Please update the latest flutter library and it should be fine. implementation 'io.github.lucksiege:pictureselector:v3.11.2'

@narendran12
Copy link

@DucLongDTH @vernalclareai @ibm777p2 @kishan123123
Is there a fix for read memory card access denied ?

@roshansrashtasoft
Copy link

roshansrashtasoft commented Mar 15, 2024

@kishan123123 Hi

Any Solution I am Stuck? i am try but not working storage permission android 13 device

@peng093
Copy link

peng093 commented Mar 26, 2024

@kishan123123你好

我被困住了有什么解决办法吗?我正在尝试但不工作存储权限 Android 13 设备

安卓13,需要手动获取相册权限:

final permissionStatus = await Permission.photos.status;
    if (permissionStatus.isDenied) {
      await Permission.photos.request();
    }

@1119093254
Copy link

Android 13 14打开相册弹权限弹窗问题可以使用这个 升级了Android依赖的相册库到最新版 也可以自己升级一下Android依赖的相册库
images_picker:
git:
url: https://github.com/1119093254/images_picker.git
ref: master

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