bootstrap_icons 1.11.3 copy "bootstrap_icons: ^1.11.3" to clipboard
bootstrap_icons: ^1.11.3 copied to clipboard

Bootstrap Icons for Flutter

Bootstrap logo

Bootstrap Icons for Flutter

Implementation of Bootstrap Icons in Flutter with over 1,600 icons.
Explore Bootstrap Icons »

Bootstrap Icons preview

Installation #

Installation #

Add this to your package's pubspec.yaml file:

bootstrap_icons: ...

OR run

flutter pub add bootstrap_icons

Usage #

import 'package:bootstrap_icons/bootstrap_icons.dart';

class MyWidget extends StatelessWidget {
  Widget build(BuildContext context) {
    return IconButton(
      icon: Icon(BootstrapIcons.alarm),
     );
  }
}

Contributing #

If you want to contribute to this project, you may easily create issues and send PRs. Please take note that your code contributions will be applicable under MIT license unless specified otherwise.

Credits #

  • Ricardo Dalarme (Package)
  • @twbs (Icons)
87
likes
130
points
2.56k
downloads
screenshot

Publisher

verified publisherricardodalarme.com

Weekly Downloads

Bootstrap Icons for Flutter

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bootstrap_icons