app_badge_control_flutter 0.1.2 copy "app_badge_control_flutter: ^0.1.2" to clipboard
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_flutter

This 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.2

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:app_badge_control_flutter/app_badge_control_flutter.dart';
1
likes
160
points
554
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for managing app icon badges. It allows you to update or remove the badge count on both iOS and Android devices.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on app_badge_control_flutter

Packages that implement app_badge_control_flutter