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

Flutter Iconograph is a widget to show an icon as a graph, support vertical and horizontal direction. You can specify an icon for full, half and empty icon.

pub package likes points popularity license stars forks sdk version

Flutter Iconograph is a widget to show an icon as a graph, support vertical and horizontal direction. You can specify an icon for full, half and empty icon.

Features #

  • Show a Icon as a graph.
  • Support vertical and horizontal direction.
  • Can specify an icon for full, half and empty icon.

Usage #

Iconographic(
    value: 7,
    max: 10,
    showHalf: false,
    direction: Axis.horizontal,
    iconoWidget: IconoWidget(
        full: const Icon(
        Icons.man,
        color: Colors.blue,
        ),
        empty: Icon(
        Icons.man,
        color: Colors.grey.shade400,
        ),
    ),
),

More examples at /example folder.

1
likes
0
points
23
downloads

Publisher

verified publisherredlinesoft.net

Weekly Downloads

Flutter Iconograph is a widget to show an icon as a graph, support vertical and horizontal direction. You can specify an icon for full, half and empty icon.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_iconographic