Flutter demo applications#

The simpleswitch-flutter-hello-world provides an example of a Flutter application.

It can be debugged from host, as documented in Debugging running Flutter application.

Registration

If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.

How to get it#

  • Scotty
  • Bitbake
    ## On your computer run
    $ scotty build simpleswitch-flutter-hello-world
    ## On your computer run
    $ bitbake simpleswitch-flutter-hello-world

Note

This recipe needs meta-flutter in the layer setup, if you want to build it yourself.

  • Scotty
  • Bitbake
    ## On your computer run
    $ scotty setup --features-layers-set flutter --features-layers-set simpleswitch
    ## On your computer run
    $ bitbake-layers add-layer <path to meta-flutter>