bootstrap 4.0.0 copy "bootstrap: ^4.0.0" to clipboard
bootstrap: ^4.0.0 copied to clipboard

Dart 1 only

Bootstrap's files, in a pub package. Contains Bootstrap 4.0.0 Included is a transformer to swap the CSS for a CDN version.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bootstrap

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

dependencies:
  bootstrap: ^4.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:bootstrap/bootstrap.dart';
0
likes
30
pub points
21%
popularity

Publisher

unverified uploader

Bootstrap's files, in a pub package. Contains Bootstrap 4.0.0 Included is a transformer to swap the CSS for a CDN version.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

barback, html

More

Packages that depend on bootstrap