Skip to content
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

Open
rishu2004 opened this issue Mar 24, 2024 · 7 comments
Open

endRadius property not working!! #38

rishu2004 opened this issue Mar 24, 2024 · 7 comments

Comments

@rishu2004
Copy link

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.

@iveloff-developer
Copy link

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

@jillellamudisurya
Copy link

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

@iveloff-developer
Copy link

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.

@baptistesx
Copy link

Same issue for me. Any news?

@paulobreim
Copy link

paulobreim commented Jul 28, 2024

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

@shawnhankim
Copy link

Same here in the 3.0.1.

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

@Ryggs
Copy link

Ryggs commented Oct 21, 2024

Same issues as well, had to downgrade to Version ^2.0.1 @apgapg any updates on the fix in version ^3.0.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants