flutter_native_badge_foundation 1.0.4+dev flutter_native_badge_foundation: ^1.0.4+dev copied to clipboard
iOS and macOS implementation of the flutter_native_badge plugin. Wraps the native APIs for iOS and macOS to set the badge count on the app icon.
1.0.4+dev #
- [iOS] Migrate from the deprecated badge API (#3).
Now
getBadgeCount
in iOS isn't recommended because it depends on the deprecated API and could be unavailable in future iOS releases.
1.0.4 - 5th May 2024 #
- [iOS] added privacy manifest
- Bump
flutter
version to 3.19.6 - Add
derry
to manage scripts - Update dependencies and increase version
1.0.3 - 18th April 2023 #
- Update dep
1.0.2 - 18th April 2023 #
- Fix typo on readme
1.0.1 - 15th April 2023 #
- Downgrade to dart 2.18.4 and flutter 3.0.0
1.0.0 - 15th April 2023 #
- Initial open source release of flutter_native_badge_foundation