yako-dev / flutter_badges

A flutter package for creating badges.

Home Page:https://pub.dev/packages/badges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

showBadge is slow to respond to change when animation is on

ekottifiok opened this issue · comments

Environment

Package version: badges: ^3.1.2
Platform: all
Device information: all

Description

What you'd like to happen: I would like the showBadge to respond faster when value is changed to false, especially when the animation is turned on

Alternatives you've considered: wrapping it with a conditional ternary operator seems to do the trick

Images: this seems to do the trick
code