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://pub.dev/packages/flutter_native_badge
MIT License
6 stars 1 forks source link

Add privacy manifest files #1

Closed fujimo-t closed 5 months ago

fujimo-t commented 5 months ago

I have been looking for a successor of flutter_app_badger since it seems to be dead. I also found other plugin but I think this is better than others by following reasons:

So I'm trying this plugin but I noticed that Privacy Manifest files not found.

Could you add the manifest files? (or creating merge request from me is better?)

isaacadariku commented 5 months ago

@fujimo-t thanks for bringing this up.

fujimo-t commented 5 months ago

Thank you for the quick response and also deps update! I'll try it.