A demo web app using bones_ui and bones_ui_bootstrap.
You can use the webdev tool to run the project or build it.
First, activate webdev:
$> dart pub global activate webdevExport pub cache bin directory if needed:
$> export PATH="$PATH":"$HOME/.pub-cache/bin"- Ensure that you are using the last Dart version.
Just run webdev serve.
$> webdev serveIf you need to access from another device:
$> webdev serve --hostname 0.0.0.0"To force the compiler into release mode:
$> webdev serve --release- Also take a look at file:
run_webdev_serve.sh
Just run webdev build.
$> webdev build --release- Also take a look at file:
run_webdev_build.sh
Graciliano M. Passos: gmpassos@GitHub.