bootstrap_bundle 1.13.0 copy "bootstrap_bundle: ^1.13.0" to clipboard
bootstrap_bundle: ^1.13.0 copied to clipboard

discontinued

Bundle providing Bootstrap, Bootstrap Icons and jQuery in one package. A front-end component library for developing responsive, mobile first projects on the Web.

example/main.dart

// ignore_for_file: avoid_print
import "package:bootstrap_bundle/bootstrap_bundle.dart";

/// Prints the version numbers of the available libraries.
void main() {
	print("Bootstrap: $bootstrapVersion");
	print("Bootstrap Icons: $bootstrapIconsVersion");
	print("jQuery: $jQueryVersion");
}
0
likes
20
pub points
0%
popularity

Publisher

verified publisherbelin.io

Bundle providing Bootstrap, Bootstrap Icons and jQuery in one package. A front-end component library for developing responsive, mobile first projects on the Web.

Homepage
Repository
View/report issues

License

unknown (LICENSE)

More

Packages that depend on bootstrap_bundle