Flutter may throw an exception builder the native platform app in Windows 10, due to the falsely configured developer settings.
Error : Exception: Building with plugins requires symlink support.
In order to fix this error go to (Windows 10)
- Start – Type Settings
- Update & Security
- For developers
- Enable install app from any source .
Now try to run the app again
lutter run -d windows
It should work