Run Flutter Desktop(Windows) debug with administrator rights

495 Views Asked by At

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

There are 1 best solutions below

0
Eduardo Vieira On

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