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.
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.
Sep 11, 2024
Follow along and create a flutter app for your Raspberry Pi that can interface with hardware components like LEDs, buttons and more.