Home > Mobile >  The flutter permission handler is not executed
The flutter permission handler is not executed

Time:12-07

The flutter permission handler is not executed.

I tried using a handler in the yaml file, but it says no plugin. What's the reason? And I want to set up recording, camera, and storage space permissions, but is it all supported? enter image description here

OR

**Go to Terminal **

Run this command:

With Flutter:

flutter pub add permission_handler

CodePudding user response:

Because your syntax is wrong.

------ add this line ------
permission_handler: ^8.3.0

Get newer Version :- enter image description here

Read more about YAML Syntax:-

https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html

  • Related