Add the permissions your app needs to the android/app/src/main/AndroidManifest. xml. Put the permissions in the manifest tag, infront of the application tag . <manifest xmlns:android=”http://schemas.android.com/apk/res/android” package=”com.
Read moreHow do I enable camera permission in flutter?
Here is the list of all permissions.
Read moreHow do I give camera permission to Android flutter?
Camera Access in Flutter
Read more