flutter_badge_manager 0.2.0
flutter_badge_manager: ^0.2.0 copied to clipboard
Plugin to update the app badge on the launcher (both for Android, iOS and macOS)
Changelog #
0.2.0 #
- CHANGED: Removed the legacy static
MethodChannelwrapper and now rely exclusively on federated Pigeon-backed platform implementations. - FIXED: Finalized the instance-first release line by removing the legacy static export, updating the testing factory to
instanceFor, and switching example coverage to injected platform implementations.
0.1.0 #
- CHANGED: Released the first stable Pigeon-based federated API surface, migrated the Android, iOS, and macOS transports to Pigeon, and aligned package documentation around the instance-first migration path while preserving the legacy MethodChannel compatibility path.
0.0.6 #
- FIXED: Android plugin Pigeon configuration to generate Java class with the expected name, resolving build issues.
0.0.5 #
- CHANGED: Updated documentation and code comments for clarity. No functional changes.
0.0.4 #
- CHANGED: Updated dependencies, code cleanup, and minor refactoring. No functional changes.
0.0.3 #
- CHANGED: Android plugin implementation
0.0.2 #
- ADDED: Separation for each supported platform
0.0.1 #
- ADDED: Initial Release