A Flutter badge widget is such a component which is used to show an additional marker (like a numeric value, red dot, and others) associated with a link or to show some additional information of a component.
It is a Flutter package that helps you to create badges. It could be used as an additional marker for any widgets in your app. For Example: Suppose we have a shopping app and want to show a number of items that will be in the shopping cart then it will help you to create an additional marker to your widget that will show the number of items added by users in your shopping app card.

There are different types of badges on Flutter. So you can use it as you required.
As of now, we are going to list the Top Flutter Badge widget packages here:
1. badges: ^2.0.2
A clean and lightweight badge widget for Flutter, Easy to use without context, Support iOS, Android and Web.
Check out installation and/or implementation guide on pub.dev:

Contribute or raise an issue ticket on GitHub:
2. getwidget: ^2.0.4

Short Intro: GetWidget is an open source library that comes with pre-build 1000+ UI components. It makes development faster & more enjoyable. You can customize the component as per your need.
Check out installation and/or implementation guide on pub.dev

Contribute or raise an issue ticket on GitHub:
3. flutter_app_badger: ^1.3.0
This plugin helps in changing the badge of the app in the launcher. This supports iOS and some android devices.
Check out installation and/or implementation guide on pub.dev:

Contribute or raise an issue ticket on GitHub:
4. icon_badge: ^1.0.0
These are badges with icons for representing notifications.
Check out installation and/or implementation guide on pub.dev:

Contribute or raise an issue ticket on GitHub:
5. bottom_navigation_badge: ^1.0.3
This is simply the the badges with data at the bottom navigation bar items. We mostly use them to display the county.
Check out installation and/or implementation guide on pub.dev:

Contribute or raise an issue ticket on GitHub:
6. rotated_corner_decoration: ^2.0.0
Rotated Corner Decoration plugin is developed to create and implement corner triangle badges. It provides auto rotation of Text spans.
Check out installation and/or implementation guide on pub.dev:

Contribute or raise an issue ticket on GitHub:
7. floating_ribbon: ^1.0.1
This simply creates a ribbon like badge over an image or a container.
Check out installation and/or implementation guide on pub.dev:

Contribute or raise an issue ticket on GitHub:
8. flavor: ^2.0.0
A flutter plugin for configuring the flavour settings and displays a flavour bade on the app. These flavours are mainly used in app development life cycle example: dev, beta, production, or log settings.
Check out installation and/or implementation guide on pub.dev:

Contribute or raise an issue ticket on GitHub:
We hope this list will help you out. If you have a suggestion to this list then let us know in the comment section and we will add into this list.


