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

accentColor is deprecated #25

Open
andresMRoblesistemas opened this issue May 13, 2023 · 3 comments
Open

accentColor is deprecated #25

andresMRoblesistemas opened this issue May 13, 2023 · 3 comments

Comments

@andresMRoblesistemas
Copy link

change it to another one from material 3 themes

@pravin1217
Copy link

try this for fix accentColor
replace valueColor?.value ?? Theme.of(context).colorScheme.secondary; at liquid_circular_progress_indicator.dart file .
i hope its work for you! enjoy

@sachuu
Copy link

sachuu commented May 17, 2023

Change the lines that give error (accentColor) to Theme.of(context).colorScheme.secondary and it will work temporary fix until this is officially patched.

@Pablo-Aldana
Copy link

Hi! Seeing the urgency of the issue, I have created a fork with the fixed and uploaded a new package to pub.dev in case you'd like to use it.

Liquid Progress Indicator Dart3 compatible

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

4 participants