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');
        },
      ),
copied to clipboard
32
likes
150
points
342
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.02 - 2025.04.16

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on icon_badge