0

I am using flutter_local_notifications: ^9.7.0 to show notification and that's really nice package, using that package I am available to get badge with icon "1" when notification pops up. What I would like to ask.. instead of showing "1" badge, I would like to show dot badge. Is there a way to do that using flutter_local_notifications or any other package ?

Yashraj
  • 1,025
  • 1
  • 5
  • 22
wahyu
  • 1,679
  • 5
  • 35
  • 73

1 Answers1

0

Notification Badges are Platform's entity & unfortunately, you can not do anything to change it.

As mentioned in Android docs

These dots appear by default in launcher apps that support them and there's nothing your app needs to do.

Usama Karim
  • 1,100
  • 4
  • 15