bootstrap_italia_icons 0.0.3
bootstrap_italia_icons: ^0.0.3 copied to clipboard
Bootstrap Italia Icons
Bootstrap Italia Icons for Flutter
Implementation of Bootstrap Italia Icons in Flutter with over 177 icons.
Explore Bootstrap Italia Icons
Installation #
Add this to your package's pubspec.yaml file:
bootstrap_italia_icons: ...
OR run
flutter pub add bootstrap_italia_icons
Usage #
import 'package:bootstrap_italia_icons/bootstrap_italia_icons.dart';
class MyWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
icon: Icon(BootstrapItaliaIcons.it_hearing),
);
}
}
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 #
- Paolo Gianfelici (Package)
- @bootstrap-italia (Icons)
- Ricardo Dalarme (from Bootstrap Icons)