Last updated:
0 purchases
glyphicon
Glyphicon Flutter #
Do you want to feel retro using the old Bootstrap icons? #
This package includes 1480 icons of Glyphicons. The naming convention is the same as the CSS names, all dashes replaced with underscores.
Instalation #
Include glyphicon in your pubspec.yaml file:
dependencies:
flutter:
sdk: flutter
glyphicon: version
copied to clipboard
New Features 💥 #
Adding more icons
Adding method to get IconData from string icon name
Usage #
To use this package, just import it into your file and enjoy it.
import 'package:glyphicon/glyphicon.dart';
...
Icon(Glyphicon.alarm)
Icon(Glyphicon.table, size: 48)
Icon(Glyphicon.window, size: 48, color: Colors.blue,)
Icon(Glyphicon.fromString('bootstrap'), size: 48, color: Colors.purpleAccent,)
...
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.