convert to async fn. Fix type-o in header
1 file changed
tree: 810578624133a787d98c3521ea3ed7e7ee53138a
  1. android/
  2. ios/
  3. lib/
  4. misc_build_files/
  5. BUILD.gn
  6. dart_dependencies.yaml
  7. pubspec.yaml
  8. README.md
  9. 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