Bootstrap Icons | Coderz Product

bootstrap_icons

Last updated:

0 purchases

bootstrap_icons Image
bootstrap_icons Images

Free

Languages

Categories

Add to Cart

Description:

bootstrap icons

Bootstrap Icons for Flutter

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

Explore Bootstrap Icons »



Installation #
Installation #
Add this to your package's pubspec.yaml file:
bootstrap_icons: ...
copied to clipboard
OR run
flutter pub add bootstrap_icons
copied to clipboard
Usage #
import 'package:bootstrap_icons/bootstrap_icons.dart';

class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
icon: Icon(BootstrapIcons.alarm),
);
}
}
copied to clipboard
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)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.