sbadgeview 1.0.1
sbadgeview: ^1.0.1 copied to clipboard
Great flutter badge view for shoung counts of notifications from the database and other counts, including notifications that notify users of anything required attention to.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sbadgeview
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sbadgeview: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sbadgeview/sbadgeview.dart';