seel-channel / helpers

FLUTTER PACKAGE: It's a tool that allows you to convert repetitive and tedious statements into easy-to-read and intuitive statements.
https://pub.dev/packages/helpers
MIT License
16 stars 33 forks source link

Issue with flutter 3.10.0 with button color #6

Open Thibault4 opened 1 year ago

Thibault4 commented 1 year ago

Error (Xcode): ../../../.pub-cache/hosted/pub.dev/helpers-1.2.0/lib/helpers/misc_build/build_color.dart:109:42: Error: The getter 'buttonColor' isn't defined for the class 'ThemeData'.

Color get button => Theme.of(_context).buttonColor;

Button color is deprecated, please fix it

seel-channel commented 1 year ago

Fixed in helpers 1.2.3