4inka / flutter_easy_search_bar

Other
13 stars 22 forks source link

The getter 'headline6' isn't defined for the class 'TextTheme'. #28

Closed jfreire90 closed 1 month ago

jfreire90 commented 2 months ago

I upgraded Flutter to latest version:

Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (5 weeks ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 Tools • Dart 3.4.3 • DevTools 2.34.3

And the build fails with the following error:

_error: ../../../../../../.pub-cache/hosted/pub.dev/easy_search_bar-2.5.0/lib/easy_search_bar.dart:377:25: Error: The getter 'headline6' isn't defined for the class 'TextTheme'.

MukkiBassist commented 1 month ago

Flutter Deprecations Removed after 3.19. I fixed this issue by replaced 'headline6' with 'titleLarge'.

ThexXTURBOXx commented 1 month ago

This is already fixed in this repo. The fix is just not yet published to pub.dev.