1

I have an app Flutter (Windows 11) that makes changes to the registry (regedit) and for that it needs administrator permissions. How do I grant these permissions to debug mode window?

1 Answers1

0

Workaround: Open Powershell as administrator, navigate to project folder and run flutter via: flutter run -d windows