bootstrap 4.0.0-alpha.6 copy "bootstrap: ^4.0.0-alpha.6" to clipboard
bootstrap: ^4.0.0-alpha.6 copied to clipboard

outdatedDart 1 only

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

Bootstrap for Pub #

Just a pub package of Bootstrap, "The most popular front-end framework for developing responsive, mobile first projects on the web."

Currently contains Bootstrap 4.0.0-alpha.6

Installation #

See the install instructions.

Usage #

You can include the bootstrap stylesheets and script once you have added this package as a dependency to your application:

    <!-- include the stylesheets -->
    <link rel="stylesheet" href="packages/bootstrap/css/bootstrap.css">
    
    <!-- include the javascript -->
    <script src="packages/bootstrap/jquery/jquery.js"></script>
    <script src="packages/bootstrap/js/bootstrap.js"></script>

Note that the versions in the snippets above are the non-minified version. The transformer available in this package will automatically rewrite the URI to point to the minified versions when pub is invoked in release mode.

To activate the transformer, update your pubspec.yaml

transformers:
- bootstrap:
    url: //maxcdn.bootstrapcdn.com/bootstrap/{{version}}
    version: 4.0.0-alpha.6

The transformer takes up to two optional parameters:

  • url: when specified the local base url (packages/bootstrap/) will be replaced by the given url. This is useful to automatically switch to using a CDN for your production environment.
  • version: when specified, the sub-string "{{version}}" in the url parameter will be replaced with its value.

Learn more #

Visit the official Bootstrap homepage for docs and more.

See LICENSE.

0
likes
0
pub points
40%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

barback, html5lib

More

Packages that depend on bootstrap