Home > Net >  How do i ask for camera permissions?
How do i ask for camera permissions?

Time:10-10

i'm trying to use the Multi_image_picker2 package and i'm trying to run it's example on the android studio but i have a problem when i try to access camera in emelator android 11 but it works well with android 7, can any one explain the problem please?

CodePudding user response:

Checkout this package: https://pub.dev/packages/permission_handler

You can control the permissions using this

CodePudding user response:

you can use this package: https://pub.dev/packages/image_picker as it supports multi image picking and works on android immediately and they already handle the permissions. regarding iOS you only need to add the permission to your info.plist

  • Related