flutter_native_badge_foundation 1.0.4 flutter_native_badge_foundation: ^1.0.4 copied to clipboard
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';