-
Notifications
You must be signed in to change notification settings - Fork 462
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
fix: Text Style on Flutter 3.22 #433
fix: Text Style on Flutter 3.22 #433
Conversation
lgtm 🌸 here is an example of usage this pr: showcaseview:
git:
url: https://github.com/chandrabezzo/flutter_showcaseview
ref: bugfix/text-theme/removed-3.22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add this..
Hello @chandrabezzo, Thank you for raising this PR. Can you please bump the version to 3.0.0 pubspec and changelog? |
Done @aditya-css |
how to pull this in my git |
I think he will update in pub.dev, but in the meantime use this:
|
Description
After Flutter SDK 3.22, removed deprecated text theme for headline6 and subtitle2. To fix this issue I follow migration guide from here.
Checklist
fix:
,feat:
,docs:
etc).docs
and added dartdoc comments with///
.examples
ordocs
.Breaking Change?
Related Issue
#434
Result
Follow Migration Guide