app_badger_android
Android implementation of the app_badger plugin.
3.1.2
152 downloads/mo
#1595 most downloaded on pub.dev
ajinkya446/app_badger
What this package is like to depend on
Last release 4 days ago
19 Aug 2026
Too new to tell
only 1 release windows
Most releases are documented
notes for 2 of 3 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
3 releases · first in 2026
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Aug 2026 to Aug 2026Releases
latest 3-
3.1.219 Aug 2026Release notes
Open source →Changed
- Updated release metadata and package versioning to 3.1.2.
- Kept the package API distinct with
AppBadgeControlleras the primary public interface. - Reduced naming collisions with common upstream badge-plugin patterns.
- Kept compatibility wrappers for older
AppBadgercalls while documenting the newer API. - Refined the monorepo workflow and public project documentation for a cleaner, independent project presentation.
Fixed
- Consolidated the release documentation so README and workspace metadata reflect the current package state.
- Ensured plugin package metadata stays consistent across the monorepo.
Release notes
Open source →Changed
- Updated Android package version to 3.1.2.
- Aligned dependency metadata with the current app_badger monorepo release.
-
3.1.119 Aug 2026Nothing published for this version
-
3.1.019 Aug 2026Release notes
Open source →Changed
- Federated Architecture: Migrated the plugin to a federated structure for better maintainability and platform separation.
- Swift Package Manager: Adopted Swift Package Manager (SPM) for iOS and macOS implementation packages, following the new recommended structure for Flutter 3.22+.
app_badger: App-facing package (root).app_badger_platform_interface: Common platform interface.app_badger_android: Android implementation.app_badger_ios: iOS implementation.app_badger_macos: macOS implementation.
Fixed
- Android Compilation: Fixed unresolved reference to
RequestPermissionsResultListenerand improved type inference in Kotlin plugin code. - Android Imports: Corrected
io.flutter.plugin.common.PluginRegistryimports. - Reliability: Improved robustness of Android runtime permission handling.
Release notes
Open source →- Initial federated release of
app_badger_android. - Fixed Kotlin compilation issues and improved type inference.
- Improved runtime permission handling for Android 13+.
- Integrated ShortcutBadger 1.1.22.