app_badge_control_flutter 0.1.2
app_badge_control_flutter: ^0.1.2 copied to clipboard
Flutter plugin for managing app icon badges. It allows you to update or remove the badge count on both iOS and Android devices.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add app_badge_control_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
app_badge_control_flutter: ^0.1.2Alternatively, 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:app_badge_control_flutter/app_badge_control_flutter.dart';