-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] glowDuration or numberOfRepeats #22
Comments
Hi @aytunch I don't get |
Also package is already null safe and published. |
@apgapg right now we can tell the AvatarGlow to I want to have a repeat count. Yeah I use the null safe version but the version name is very long |
@aytunch Got that now. You need to define repeat count number. Need to figure out on how to do this. May be a variable counter. |
Would you try contributing this feature? @aytunch |
Added this change in below PR: |
by using
duration
we set the animation duration of a single ripple effect.But I want the AvatarGlow to make ripple effect 5 times, each with a 1 second duration
For the current API we can not do this.
Can you please expose
numberOfRepeats
?Also null safety version works, so maybe you can update the package's default as the null safe version?
Thanks
The text was updated successfully, but these errors were encountered: