flutter_iconographic

Last updated:

0 purchases

flutter_iconographic Image
flutter_iconographic Images
Add to Cart

Description:

flutter iconographic

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,
),
),
),
copied to clipboard
More examples at /example folder.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.