-
Notifications
You must be signed in to change notification settings - Fork 456
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
Missing Text Style headline6 and subtitle2 after Flutter 3.22 #434
Comments
Same problem, this attributes ara not valid for flutter 3.22 |
Yep, same problem here |
This issue will solved in PR #433 |
Is there a scheduler available to publish this PR to pub.dev? |
same problem after upgraded flutter |
Same issue here when upgrading to Flutter 3.22.0 • channel stable |
Here's a workaround based on #433. I recommend setting a reminder to undo it once a fixed version is released. This workaround uses a specific commit instead of a branch, which is more secure. showcaseview:
git:
url: https://github.com/chandrabezzo/flutter_showcaseview
ref: ae8d8a327cdede529d264d1df02892fdc6161688 |
Same here Error (Xcode): ../../.pub-cache/hosted/pub.dev/showcaseview-2.1.1/lib/src/tooltip_widget.dart:156:14: Error: The getter 'headline6' isn't defined for the class 'TextTheme'. |
Fixed by PR #433 |
Describe the bug
A clear and concise description of what the bug is.
Upgrade your Flutter SDK to the latest, then you will found an issue missing deprecated text stlyle for headline6 and subtitle2
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application runnable when use flutter_showcaseview as dependency
Screenshots
Additional context
If users not updated to the latest Flutter SDK 3.22 this issue not happens
The text was updated successfully, but these errors were encountered: