notification_badge_plus 1.0.1 copy "notification_badge_plus: ^1.0.1" to clipboard
notification_badge_plus: ^1.0.1 copied to clipboard

A Flutter plugin for displaying notification badges on app icons with comprehensive Android manufacturer support and iOS compatibility.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add notification_badge_plus

With Flutter:

 $ flutter pub add notification_badge_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  notification_badge_plus: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:notification_badge_plus/notification_badge_plus.dart';
3
likes
0
points
82
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for displaying notification badges on app icons with comprehensive Android manufacturer support and iOS compatibility.

Repository (GitHub)
View/report issues

Topics

#notification #badge #android #ios #manufacturer

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on notification_badge_plus

Packages that implement notification_badge_plus