Exploring Flutter for Industrial Use Cases
This website is exploring the possibilities to use Flutter in industrial software applications on embedded and desktop. We regularly share respective expert blog posts, videos, news and show cases. Enjoy and feel free to contribute to the discussions or by submitting your own blog post, if you are an expert in this area.
Latest Blog Posts
May 13, 2026
Bridging the Gap: Why Flutter Needs an Embedded DeviceLab
Pieter Scholtz
KDAB is building an embedded Flutter DeviceLab to improve stability, performance testing, and reliability across industrial hardware platforms like TI Sitara and NXP i.MX.
Sep 10, 2025
Hannes Winkler
The RISC-V architecture is an upcoming, free and open-source CPU architecture, which shows great potential specifically for Embedded use-cases. In cooperation with Cloud-V, we made it possible to run Flutter apps on RISC-V hardware.
May 13, 2025
Flutter Desktop Single-Instance Applications
Werner Scholtz
Most desktop applications are single-instance by design, ensuring that an existing app instance is brought to the foreground instead of launching a new one. While this is handled quite well on macOS, achieving single-instance behavior on Linux and Windows requires additional effort. This guide explores both package-based and manual implementations to enforce single-instance functionality, providing platform-specific solutions and examples.