A Flutter widget that help you to create badges easily.
[...]
dependencies:
badge: any
[...]
$ flutter packages get
Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.
import 'package:badge/badge.dart';
new Badge.before(
value: "Text", // value to show inside the badge
child: new Text("button") // text to append (required)
)
For help getting started with Flutter, view our online documentation.
For help on editing package code, view the documentation.