add Fuchsia license
4 files changed
tree: 103399239ff93b2b7533733c2f16e1377ed0e78a
  1. android/
  2. ios/
  3. lib/
  4. misc_build_files/
  5. BUILD.gn
  6. dart_dependencies.yaml
  7. LICENSE
  8. pubspec.yaml
  9. README.md
  10. startup.config
README.md

Fuchsia Dashboard

Simple Flutter module to display the Fuchsia build status. This can be built both as an iOS/Android stand-alone Flutter application, or as a module for Fuchsia.

How to use in a Fuchsia build

  1. cd $SRC/apps
  2. git clone git@github.com:gregsimon/fuchsia_build_status.git dashboard
  3. cp $SRC/apps/dashboard/misc_build_files/dashboard $SRC/packages/gn/
  4. Modify $SRC/packages/gn/modules adding "dashboard" to the “imports” section:

"labels": [ "//apps/modules" ], "imports": [ "chat", "contacts", "calendar", "dashboard", "email" ], "binaries": [ { ...
  1. Build Fuchsia.
  2. Run Fuchsia.
  3. On the Fuchsia console: device_runner --user_shell=dev_user_shell --user_shell_args=--root_module=dashboard