Can Flutter be used on Windows?

On Windows, Flutter uses exactly the same Dart code, but takes advantage of native Windows APIs . Your app can use every part of the Flutter framework, and on Windows, it can also talk to the Win32, COM, and Windows Runtime APIs either directly through Dart’s C interop layer, or using a platform plugin written in C++.

Read more