dartweb 1.0.4 copy "dartweb: ^1.0.4" to clipboard
dartweb: ^1.0.4 copied to clipboard

outdated

Tools for building Flutter applications

#Installation

$ pub global activate dartweb
# or
$ flutter pub global activate dartweb

Usage #

dartweb provide one command: build

dartweb build #

Run builders to build a package.

Usage: dartweb build [arguments]
-h, --help                        Print this usage information.
-o, --output                      A directory to write the result of a build to.
                                 
                                  (defaults to "web:build")
-r, --[no-]release                Build with release mode defaults for builders.
                                  (defaults to on)
-t, --target                      compile entry file

Run "webdev help" to see global options.