https://github.com/isaacadariku/flutter_native_badge
Wrapper for native badge APIs on iOS and macOS. It allows you to change the badge of your app icon, by setting the count, showing red dot, clearing the badge and getting the current badge count.
https://github.com/isaacadariku/flutter_native_badge
dartlang flutter flutterpackage
Last synced: 4 months ago
JSON representation
Wrapper for native badge APIs on iOS and macOS. It allows you to change the badge of your app icon, by setting the count, showing red dot, clearing the badge and getting the current badge count.
- Host: GitHub
- URL: https://github.com/isaacadariku/flutter_native_badge
- Owner: isaacadariku
- License: mit
- Created: 2023-04-15T00:43:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T04:45:47.000Z (over 1 year ago)
- Last Synced: 2024-07-15T05:44:17.068Z (over 1 year ago)
- Topics: dartlang, flutter, flutterpackage
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_native_badge
- Size: 267 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_native_badge
This repo is a companion to the [flutter_native_badge](https://pub.dev/packages/flutter_native_badge) plugin. It contains the iOS and macOS implementations of the plugin at the time of the plugin's open source release.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md).