flutter_badged 2.0.3 copy "flutter_badged: ^2.0.3" to clipboard
flutter_badged: ^2.0.3 copied to clipboard

Badge for showing with icon. You can use it in the bottom menu, navigation drawer or in any place you want.

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,
        )
FlutterBadge(
          icon: Image.asset("assets/ic_message.png"),
          hideZeroCount: false,
          badgeColor: Colors.greenAccent,
          itemCount: 15,
        )
FlutterBadge(
          icon: Icon(Icons.home),
          badgeColor: Colors.greenAccent,
          badgeTextColor: Colors.red,
          position: BadgePosition.bottomLeft(),
          itemCount: 231,
        )
22
likes
130
pub points
84%
popularity

Publisher

unverified uploader

Badge for showing with icon. You can use it in the bottom menu, navigation drawer or in any place you want.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_badged