Google Expands Flutter UI Toolkit Beyond Mobile to Web and Desktop

Google announces a technical preview of Flutter for the web and early support for macOS, Windows, and Linux. The update transforms the mobile framework into a truly portable UI toolkit for almost any platform.

Google’s Flutter UI framework expands beyond its original mobile roots and launches a technical preview for web development. Previously limited to Android and iOS applications, the two-year-old toolkit now allows developers to compile their Dart code directly to JavaScript to create rich browser experiences.

The company also introduces early experimental support for macOS, Windows, and Linux desktop applications, with the macOS version currently offering the most stability. Furthermore, Google reveals that it already uses Flutter to power experiences on the Google Home Hub, signaling a broader push into embedded devices.

To make this multi-platform transition successful, the Flutter engineering team focuses heavily on maintaining a consistent user and developer experience across all devices. This involves solving complex challenges like supporting resizable windows and keyboard or mouse interactions, all while keeping everything unified within a single codebase.

Read More at the original source →