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

Removal of deprecated getters #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

0pilatos0
Copy link

@0pilatos0 0pilatos0 commented Jun 21, 2023

This pull request addresses an issue in the latest version of Flutter, where the buttonColor and accentTextTheme getters have been deprecated, causing build failures. To resolve these issues, this pull request removes both getters from the codebase.

Changes Made:

Removed the deprecated buttonColor getter
Removed the deprecated accentTextTheme getter

Additional Notes:
It's worth noting that the deprecation of these getters aligns with Flutter's latest recommendations and changes in the framework. Removing them ensures the codebase remains up to date and avoids any potential issues in future versions of Flutter.

https://docs.flutter.dev/release/breaking-changes/theme-data-accent-properties

@0pilatos0
Copy link
Author

0pilatos0 commented Jul 19, 2023

@pedromassango can you please take a look at this PR? or is this plugin up for adoption?

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.

1 participant