glyphicon 0.1.1 copy "glyphicon: ^0.1.1" to clipboard
glyphicon: ^0.1.1 copied to clipboard

outdated

Do you want to feel retro? Glyphicons is an open source icon set for web, Android and iOS environments. This packages contains the definition for more than 1320 icons used by old versions of Bootstrap [...]

Glyphicon Flutter #

Do you want to feel retro using the old Bootstrap icons? #

This package includes 1325 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

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,)
15
likes
0
pub points
68%
popularity

Publisher

verified publisherajomuch92.site

Do you want to feel retro? Glyphicons is an open source icon set for web, Android and iOS environments. This packages contains the definition for more than 1320 icons used by old versions of Bootstrap (Glyphicon) found in its page. This project in future could have more icons from other no populars icons fonts to increase the comunity of Flutter. This packages was created by Aarón Montes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on glyphicon