install_web library
Installs the web runtime into an app's web/ directory.
The implementation behind dart run cera_ffi:install_web and
dart run cera_ffi_flutter:install_web. It is a library rather than a
script body so that both packages can expose the command: a Flutter app
depends only on cera_ffi_flutter, and whether dart run reaches an
executable in a transitive dependency is not something to make a
getting-started step depend on.
Functions
-
installWeb(
List< String> args) → Future<void>