Last updated:
0 purchases
app icon badge
app_icon_badge #
A new flutter plugin project to play around with App Icon Badges.
Getting Started #
Install the plugin by using the following in your pubspec.yaml file.
dependencies:
app_icon_badge: 0.0.1
copied to clipboard
Usage #
Fetching the current app icon badge count #
final int badgeCount = await AppIconBadge.count;
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.