SimformSolutionsPvtLtd / flutter_showcaseview

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

[ANALYSIS ISSUE] app cant't be resolved #444

Closed benjamin1571 closed 5 months ago

benjamin1571 commented 5 months ago

Describe the bug Using the Flutter (Channel stable, 3.22.0) app can't be resolved

To Reproduce Steps to reproduce the behavior:

  1. Update to the latest version of flutter
  2. Try running the app

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

spiderion commented 5 months ago

the maintainer will need to run "dart fix --apply" to fix this issue.

aditya-css commented 5 months ago

Duplicate of #434