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

PlatformiOSmacOS

iOS and macOS implementation of the flutter_native_badge plugin. 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 Flutter:

 $ flutter pub add flutter_native_badge_foundation

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

dependencies:
  flutter_native_badge_foundation: ^1.0.4

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:flutter_native_badge_foundation/flutter_native_badge_foundation.dart';
1
likes
150
pub points
40%
popularity

Publisher

unverified uploader

iOS and macOS implementation of the flutter_native_badge plugin. Wraps the native APIs for iOS and macOS to set the badge count on the app icon.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_native_badge_platform_interface

More

Packages that depend on flutter_native_badge_foundation