commit | 24478acaf34a77b0a8e3d357e10ee949396dd96c | [log] [tgz] |
---|---|---|
author | Greg Simon <gregsimon@gmail.com> | Wed Mar 15 10:22:27 2017 -0700 |
committer | Greg Simon <gregsimon@gmail.com> | Wed Mar 15 10:22:27 2017 -0700 |
tree | a54399107e31147641656c1ed6724ad5dfd83bae | |
parent | e7a2c210d270851a56f24370a73ef3501703b272 [diff] |
catching network errors
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.
cd $SRC/apps
git clone git@github.com:gregsimon/fuchsia_build_status.git dashboard
cp $SRC/apps/dashboard/misc_build_files/dashboard $SRC/packages/gn/
$SRC/packages/gn/modules
adding "dashboard"
to the “imports” section:
"labels": [ "//apps/modules" ], "imports": [ "chat", "contacts", "calendar", "dashboard", "email" ], "binaries": [ { ...
device_runner --user_shell=dev_user_shell --user_shell_args=--root_module=dashboard