icon_badge 0.0.1+4 copy "icon_badge: ^0.0.1+4" to clipboard
icon_badge: ^0.0.1+4 copied to clipboard

outdated

A simple flutter icon widget with notification badge to show number of items.

Icon with badge for notifications

How to use This widget can be used in appbar, bottom navigation and drawer.

Usage:

      IconBadge(
        icon: Icon(Icons.notifications_none),
        itemCount: 0,
        badgeColor: Colors.red,
        itemColor: Colors.white,
        hideZero: true,
        onTap: () {
          print('test');
        },
      ),
31
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A simple flutter icon widget with notification badge to show number of items.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on icon_badge