flutter_badge_manager_foundation 0.2.0
flutter_badge_manager_foundation: ^0.2.0 copied to clipboard
iOS and macOS implementation of the flutter_badge_manager plugin.
Changelog #
0.2.0 #
- CHANGED: Removed the legacy Darwin
FlutterMethodChanneltransport and kept badge operations on the Pigeon host API only. - FIXED: Aligned the Foundation package tests and package verification flow with the current Pigeon-backed implementation.
0.1.1 #
- FIXED: Republished the
0.1iOS and macOS implementation after retracting0.1.0, excluding localpubspec_overrides.yamldevelopment files from the published archive.
0.1.0 #
- CHANGED: Promoted the iOS and macOS implementation to the 0.1 release line, migrated it to the Pigeon-based primary transport, and completed the related API/documentation cleanup while retaining the legacy MethodChannel compatibility path.
0.0.3 #
- CHANGED: Updated documentation and code comments for clarity. No functional changes.
0.0.2 #
- CHANGED: Refactoring
0.0.1 #
- ADDED: Initial Release