Search code examples
flutteruser-permissions

How to remove permission request on start?


How can I remove the permission request on start of the app so I can request it on the page itself?

Permission on start


Solution

  • one of the plugins initializing the permissions. make sure that your code does not call the camera plugin in the beginning.