Skip to content
John Harris edited this page Jan 2, 2023 · 1 revision

Yocto is the primary tool for building Flutter Embedded devices. With correct configuration it will produce an that will run a Flutter app out of the box.

Yocto uses a series of layers to build up a configured operating system. By convention, Yocto Layers start with meta-. The meta-flutter provides Flutter support. The repository meta-flutter-rpi is useful for running on the Raspberry Pi and seeing the setup for some layers.

Clone this wiki locally