tastelessjolt / flutter_dynamic_icon

A flutter plugin for dynamically changing app icon and app icon batch number
BSD 3-Clause "New" or "Revised" License
96 stars 47 forks source link

badge support not working on android #26

Closed CharlyKeleb closed 1 year ago

CharlyKeleb commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

FlutterDynamicIcon.setApplicationIconBadgeNumber(5);

Expected behavior This should update the badger on both platforms( IOS and Android), it turns out that it only works on android

Smartphone (please complete the following information):

*

tastelessjolt commented 1 year ago

Unfortunately, as far as I know, Android itself doesn't have icon badge numbers. Closing the issue.