SimformSolutionsPvtLtd / flutter_showcaseview

Flutter plugin that allows you to showcase your features on flutter application. 👌🔝🎉
https://pub.dev/packages/showcaseview
MIT License
1.48k stars 433 forks source link

Missing Text Style headline6 and subtitle2 after Flutter 3.22 #434

Closed chandrabezzo closed 3 months ago

chandrabezzo commented 4 months ago

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 commented 4 months ago

Same problem, this attributes ara not valid for flutter 3.22

Yegorisa commented 4 months ago

Yep, same problem here

chandrabezzo commented 4 months ago

This issue will solved in PR #433

JgomesAT commented 4 months ago

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

eduardofcr commented 4 months ago

same problem after upgraded flutter

ahmed-3li commented 3 months ago

Same issue here when upgrading to Flutter 3.22.0 • channel stable

jakobhec commented 3 months ago

Here's a workaround based on https://github.com/SimformSolutionsPvtLtd/flutter_showcaseview/pull/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 commented 3 months ago

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 commented 3 months ago

Fixed by PR #433