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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android 12] Duration issue (solved by updating OS) #24

Closed
keShraa opened this issue Nov 11, 2021 · 1 comment
Closed

[Android 12] Duration issue (solved by updating OS) #24

keShraa opened this issue Nov 11, 2021 · 1 comment

Comments

@keShraa
Copy link

keShraa commented Nov 11, 2021

Hello,
First of all, thanks a lot for this awesome package ! 馃檹馃徎

Since I've upgraded my device for Android 12, I've been having rendering issues. The duration property doesn't seem to work anymore.

Code

AvatarGlow(
  glowColor: Colors.white,
  endRadius: 36.0,
  duration: Duration(milliseconds: 2000),
  repeat: true,
  showTwoGlows: true,
  repeatPauseDuration: Duration(milliseconds: 100),
  child: Icon(
      Icons.play_arrow_rounded,
      size: 50,
      color: Colors.white,
))

Video

Flutter.AvatarGlow.mp4

Config

Device: Pixel 4A (5G)
OS: Android 12
Flutter version: 2.2.1
avatar_glow: ^2.0.1

@keShraa
Copy link
Author

keShraa commented Nov 13, 2021

Hello again,
It seems the problem came from Android 12. I've updated my OS yesterday and the problem doesn't appear anymore. 馃檹馃徎
I hope it will help others!

@keShraa keShraa changed the title [Android 12] Duration issue [Android 12] Duration issue (solved by updating OS) Nov 13, 2021
@keShraa keShraa closed this as completed Nov 13, 2021
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

1 participant