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

(Urgent) BugFix: Fixed accentColor and backgroundColor deprecation and added null safety to example. Works on Flutter 3.10 #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

varun-2001
Copy link

@varun-2001 varun-2001 commented May 12, 2023

Detailed Changes:

  1. Theme.of(context).backgroundColor => Theme.of(context).colorScheme.background
  2. Theme.of(context).accentColor=> Theme.of(context).colorScheme.accent
  3. FlatButton => TextButton
  4. Colors.grey[shade300] => Colors.grey.shade300

-Uses colorScheme.background
-Uses colorScheme.secondary
@varun-2001 varun-2001 changed the title BugFix: Fixed accentColor and backgroundColor deprecation. Works on Flutter 3.10 (Urgent) BugFix: Fixed accentColor and backgroundColor deprecation and added null safety to example. Works on Flutter 3.10 May 12, 2023
@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

Successfully merging this pull request may close these issues.

None yet

2 participants