shiburagi / Drawer-Behavior-Flutter

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
MIT License
209 stars 36 forks source link

flutter v3.22 error #68

Closed FurkanArslanF closed 3 months ago

FurkanArslanF commented 3 months ago

The getter 'subtitle1' isn't defined for the type 'TextTheme'.

elirehema commented 3 months ago

@shiburagi this can be resolved by replacing .subtitle1 with .titleMedium in side_drawer.dart line 494. Kindly assist

shiburagi commented 3 months ago

69

shiburagi commented 3 months ago

latest version should availble now on pub.dev, thanks to @anjarnaufals https://github.com/shiburagi/Drawer-Behavior-Flutter/actions/runs/9496345398/job/26170530920

anjarnaufals commented 3 months ago

I'm glad I could help out. @shiburagi