Desktop support allows you to compile Flutter source code to a native Windows, macOS, or Linux desktop app. Flutter’s desktop support also extends t

Desktop support for Flutter

submited by
Style Pass
2021-05-22 09:30:07

Desktop support allows you to compile Flutter source code to a native Windows, macOS, or Linux desktop app. Flutter’s desktop support also extends to plugins—you can install existing plugins that support the Windows, macOS, or Linux platforms, or you can create your own.

Warning: Beta! This page covers desktop support, which is available as a beta release for Windows (Win32), macOS and Linux. The Windows UWP support is available as a alpha release. Beta support still has notable feature gaps, including accessibility support. Meanwhile, the Windows UWP alpha release is still in very active development. You can try a beta snapshot of desktop support on the stable channel, or you can keep up with the latest changes to desktop on the beta channel. For Windows UWP you need to be on the dev channel.

Note: To compile a desktop application, you must build it on the targeted platform: build a Windows application on Windows, a macOS application on macOS, and a Linux application on Linux. If you experience a problem that hasn’t yet been reported, please file an issue and include “desktop:windows (win32)/windows (uwp)/macos/linux” (whichever platform is appropriate) in the title.

Leave a Comment