flutter_native_badge 1.0.4 copy "flutter_native_badge: ^1.0.4" to clipboard
flutter_native_badge: ^1.0.4 copied to clipboard

Flutter plugin for setting the badge count on native platforms. Wraps the native APIs for iOS and macOS to set the badge count on the app icon.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_native_badge

With Flutter:

 $ flutter pub add flutter_native_badge

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

dependencies:
  flutter_native_badge: ^1.0.4

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:flutter_native_badge/flutter_native_badge.dart';
15
likes
0
pub points
89%
popularity

Publisher

unverified uploader

Flutter plugin for setting the badge count on native platforms. Wraps the native APIs for iOS and macOS to set the badge count on the app icon.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_native_badge_foundation, flutter_native_badge_platform_interface

More

Packages that depend on flutter_native_badge