avatar_glow
avatar_glow copied to clipboard
endRadius property not working!!
AvatarGlow( glowColor: participant.isMicrophoneEnabled() ? Color(0XFF6ffc03) : Colors.red, child: Icon( Icons.mic, size: 240, color: Colors.white, ), animate: participant.isMicrophoneEnabled(), ),
I want to use the endRadius property because right now the glow ripples are too wide spread & I tried dropping down the version but then the positioning turns really bad for the icon. Also, is there any way to reduce the icon size without it affecting AvatarGlow because right now when I reduce the icon size the AvatarGlow's size also reduces.
Same issue, is there any migration rules and description of breaking changes to use 3.0.1 version?
I think they removed the property endRadius
. They are using glowRadiusFactor
right now. With this you can adjust the radius of the glow effect.
I think they removed the property
endRadius
. They are usingglowRadiusFactor
right now. With this you can adjust the radius of the glow effect.
unfortunately, it changes the UI result, if I just change endRadius
-> glowRadiusFactor
.
Same issue for me. Any news?
is it to change to glowRadiusFactor? If yes, please remove endRadius from the example in pub.dev and show the instrutions there. Developer can´t run behind this type of problem.
Same problem with repeatPauseDuration
Same here in the 3.0.1
.
- Replaced
endRadius
withglowRadiusFactor
. - I was wondering if would need to remove
repeatPauseDuration
.