resilient_web_bootstrap_for_flutter 0.1.0 copy "resilient_web_bootstrap_for_flutter: ^0.1.0" to clipboard
resilient_web_bootstrap_for_flutter: ^0.1.0 copied to clipboard

CLI tooling that installs and packages a hardened Flutter web bootstrap.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate resilient_web_bootstrap_for_flutter

Use it

The package has the following executables:

$ resilient_bootstrap

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add resilient_web_bootstrap_for_flutter

With Flutter:

 $ flutter pub add resilient_web_bootstrap_for_flutter

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  resilient_web_bootstrap_for_flutter: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:resilient_web_bootstrap_for_flutter/resilient_web_bootstrap_for_flutter.dart';
1
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tooling that installs and packages a hardened Flutter web bootstrap.

Topics

#flutter #web #cli #bootstrap #caching

License

MIT (license)

Dependencies

args, crypto, path, yaml

More

Packages that depend on resilient_web_bootstrap_for_flutter