bulma_min 0.9.3
bulma_min: ^0.9.3 copied to clipboard
Bulma is a CSS Framework. This package contains its minified assets to include in your project.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bulma_minWith Flutter:
$ flutter pub add bulma_minThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bulma_min: ^0.9.3Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.