app_badge_control_flutter 0.1.2
app_badge_control_flutter: ^0.1.2 copied to clipboard
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 #
- Upgrade
webdependency to^1.0.0for modern Flutter packages compatibility.
0.1.1 #
- Fix
removeBadge()on Android to clear all notifications to ensure the badge is completely removed.
0.1.0 #
- 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).
0.0.3 #
- Add Swift Package Manager support for iOS while keeping CocoaPods support.
- Update Android build tooling (AGP, Kotlin, compileSdk 36, Java 17) and the example app's Gradle wrapper for compatibility with the latest stable Flutter.
- Update
flutter_lintsto ^6.0.0.
0.0.1 #
- Initial release.