v1.0.1 of notification_badge_counter
The official repository for Dart and Flutter packages. [Unoffic…
May 17, 2026
A Flutter plugin for setting app icon badge counts on Android and iOS. Supports manufacturer-specific badge APIs with an automatic notification-based fallback. Changelog excerpt: Bug fixes - Android: notification channel is now eagerly initialized whenever POST_NOTIFICATIONSpermission is confirmed — via checkPermissions(), requestPermissions(), or the system dialog result. Previously the channel was only created on the first setCount()call, which meant that if permission was granted by another package, the channel could be uninitialized and the badge silently dropped. ---
Discussion in the ATmosphere