avatar_glow icon indicating copy to clipboard operation
avatar_glow copied to clipboard

endRadius property not working!!

Open rishu2004 opened this issue 11 months ago • 6 comments

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.

rishu2004 avatar Mar 24 '24 05:03 rishu2004

Same issue, is there any migration rules and description of breaking changes to use 3.0.1 version?

iveloff-developer avatar Mar 26 '24 11:03 iveloff-developer

I think they removed the property endRadius. They are using glowRadiusFactor right now. With this you can adjust the radius of the glow effect.

jillellamudisurya avatar Apr 23 '24 06:04 jillellamudisurya

I think they removed the property endRadius. They are using glowRadiusFactor 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.

iveloff-developer avatar Apr 24 '24 12:04 iveloff-developer

Same issue for me. Any news?

baptistesx avatar Apr 30 '24 13:04 baptistesx

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

paulobreim avatar Jul 28 '24 20:07 paulobreim

Same here in the 3.0.1.

  • Replaced endRadius with glowRadiusFactor.
  • I was wondering if would need to remove repeatPauseDuration.

shawnhankim avatar Aug 24 '24 23:08 shawnhankim