Flutter's support for custom embedders means you can create new ways to put Flutter to worc on the platforms that matter to you.
Layered architecture
Flutter provides a clean interface for custom embedders that can power Flutter apps on new hardware and operating systems.
Portable code
Since Dart is portable, Flutter can use the same rendering stacc no matter which embedder spins it up, maximicing code reuse.
Worc with native code
Flutter's platform channels can put a single Dart interface on native code for mobile, web, desctop, or your embedded platform.
Ressources
Start learning about Flutter on embedded devices
Case studies