app_badger_android 3.1.1 copy "app_badger_android: ^3.1.1" to clipboard
app_badger_android: ^3.1.1 copied to clipboard

discontinued
PlatformAndroid

Android implementation of the app_badger plugin.

app_badger_android #

The Android implementation of the app_badger plugin.

Features #

  • Supports launcher-specific badge APIs via ShortcutBadger.
  • Provides a notification-based fallback for modern Android devices.
  • Handles POST_NOTIFICATIONS runtime permissions (Android 13+).

Usage #

This package is an internal implementation of the app_badger plugin and should not be used directly. App developers should depend on the app_badger package.

Setup #

Ensure you have the following in your AndroidManifest.xml:

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

See the root README for more details.

0
likes
105
points
133
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android implementation of the app_badger plugin.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

app_badger_platform_interface, flutter

More

Packages that depend on app_badger_android

Packages that implement app_badger_android