icon_badge 1.0.0 copy "icon_badge: ^1.0.0" to clipboard
icon_badge: ^1.0.0 copied to clipboard

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
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on icon_badge