flutter_native_badge 1.0.5+dev flutter_native_badge: ^1.0.5+dev copied to clipboard
Flutter plugin for setting the badge count on native platforms. Wraps the native APIs for iOS and macOS to set the badge count on the app icon.
1.0.5+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.5 - 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.4 - 18th April 2023 #
- Update dependencies and increase version
1.0.3 - 18th April 2023 #
- Add preview gif to readme
1.0.2 - 15th April 2023 #
- Update dependencies and increase version
1.0.1 - 15th April 2023 #
- Downgrade to dart 2.18.4
1.0.0 - 15th April 2023 #
- Initial Open source release of flutter_native_badge for iOS and macOS