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

Missing Text Style headline6 and subtitle2 after Flutter 3.22 #434

Closed
chandrabezzo opened this issue May 14, 2024 · 9 comments
Closed

Missing Text Style headline6 and subtitle2 after Flutter 3.22 #434

chandrabezzo opened this issue May 14, 2024 · 9 comments

Comments

@chandrabezzo
Copy link
Contributor

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:

  1. Upgrade your Flutter SDK to 3.22
  2. Run example

Expected behavior
Application runnable when use flutter_showcaseview as dependency

Screenshots
Screenshot 2024-05-14 at 09 03 06

Additional context
If users not updated to the latest Flutter SDK 3.22 this issue not happens

@JgomesAT
Copy link

Same problem, this attributes ara not valid for flutter 3.22

@Yegorisa
Copy link

Yep, same problem here

@chandrabezzo
Copy link
Contributor Author

This issue will solved in PR #433

@JgomesAT
Copy link

Is there a scheduler available to publish this PR to pub.dev?

@eduardofcr
Copy link

same problem after upgraded flutter

@ahmed-3li
Copy link

Same issue here when upgrading to Flutter 3.22.0 • channel stable

@jakobhec
Copy link

jakobhec commented May 18, 2024

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

@Lerobindesbois
Copy link

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'.

@aditya-css
Copy link
Collaborator

Fixed by PR #433

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

8 participants