flutter_badged

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter badged

flutter_badged #
Badge for showing with icon
How to use #
This widget can be used anywhere, but example will be with bottom navigation.
Different cases of usage:
FlutterBadge(
icon: Icon(Icons.message),
borderRadius: 20.0,
itemCount: 3,
)
copied to clipboard
FlutterBadge(
icon: Image.asset("assets/ic_message.png"),
hideZeroCount: false,
badgeColor: Colors.greenAccent,
itemCount: 15,
)
copied to clipboard
FlutterBadge(
icon: Icon(Icons.home),
badgeColor: Colors.greenAccent,
badgeTextColor: Colors.red,
position: BadgePosition.bottomLeft(),
itemCount: 231,
)
copied to clipboard

License

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

Customer Reviews

There are no reviews.