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

outdated

A retro project for Glyphicons

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.

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,)