Closed chandrabezzo closed 5 months ago
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
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
how to pull this in my git
I think he will update in pub.dev, but in the meantime use this:
showcaseview:
git:
url: https://github.com/chandrabezzo/flutter_showcaseview
ref: ae8d8a327cdede529d264d1df02892fdc6161688
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