How does a Flutter engine work?

The engine is platform-agnostic, presenting a stable ABI (Application Binary Interface) that provides a platform embedder with a way to set up and use Flutter . The platform embedder is the native OS application that hosts all Flutter content, and acts as the glue between the host operating system and Flutter.

Read more