-
-
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
endRadius property not working!! #38
Comments
Same issue, is there any migration rules and description of breaking changes to use 3.0.1 version? |
I think they removed the property |
unfortunately, it changes the UI result, if I just change |
Same issue for me. Any news? |
is it to change to glowRadiusFactor? Same problem with repeatPauseDuration |
Same here in the
|
Same issues as well, had to downgrade to Version ^2.0.1 @apgapg any updates on the fix in version ^3.0.1? |
AvatarGlow(
glowColor: participant.isMicrophoneEnabled() ? Color(0XFF6ffc03) : Colors.red,
child: Icon(
Icons.mic,
size: 240,
color: Colors.white,
),
animate: participant.isMicrophoneEnabled(),
),
The text was updated successfully, but these errors were encountered: