Launch Flutter apps inside Ermine user shell

Rubén Serrano
FuchsiaOS Dojo
Published in
1 min readFeb 10, 2019

In a device with FuchsiaOS that can render the UI (this won’t work on QEMU):

  1. Login as a Guest
  2. Tap Command + Space *
  3. Enter the URL of an existing Flutter app

Some examples of Flutter apps included with FuchsiaOS source code are:

  • flutter_gallery
  • mine_digger
  • text_flutter
  • sketchy_flutter

More examples can be found in FuchsiaOS source code, at folder topaz/examples/ui.

Flutter apps running in Ermine

This kata is valid as of February 10th 2019. FuchsiaOS is in continuous development, which means this information can be deprecated pretty quickly.

This post is based in the collaborative work of mishudark, Xavi Rigau, Joan Fuentes Hernández and the author, at FuchsiaOS Saturdays from GDG Barcelona.

* In a Pixelbook, the Command key is the one with the circle, below the Tab key

--

--