app_badge_control_flutter
Flutter plugin for managing app icon badges. It allows you to update or remove the badge count on both iOS and Android devices.
0.1.2
572 downloads/mo
#761 most downloaded on pub.dev
toyaji/app_badge_control_flutter
What this package is like to depend on
Last release 1 months ago
15 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2026 to Jul 2026Releases
latest 3-
0.1.215 Jul 2026Release notes
Open source →- Upgrade
webdependency to^1.0.0for modern Flutter packages compatibility.
Release notes
Open source →- Upgrade
webdependency to^1.0.0for modern Flutter packages compatibility.
- Upgrade
-
0.1.103 Jul 2026Release notes
Open source →Revert removeBadge() on Android to cancelAll() to ensure app icon badges are completely removed.
Release notes
Open source →- Fix
removeBadge()on Android to clear all notifications to ensure the badge is completely removed.
- Fix
-
0.1.003 Jul 2026Release notes
Open source →- Forked from
flutter_app_badge_controland republished asapp_badge_control_flutter. See the README's "Why this fork exists" and "Migrating fromflutter_app_badge_control" sections for details. - Renamed the public Dart API:
FlutterAppBadgeControl→AppBadgeControlFlutter(platform interface and method-channel implementation classes renamed accordingly).
- Forked from