You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run on Flutter 3.3, I receive these errors:
awesome_select-5.2.0/lib/src/widget.dart:1122:66: Error: The getter 'cursorColor' isn't defined for the class 'ThemeData'.
awesome_select-5.2.0/lib/src/widget.dart:1185:20: Error: The getter 'FlatButton' isn't defined for the class 'S2State<T>'.
The text was updated successfully, but these errors were encountered:
I have nearly the same error. In my case i had attribute headline6 that needed to be changed to titleLarge and errorColor that needed to be changed to colorScheme.error.
When I try to run on Flutter 3.3, I receive these errors:
The text was updated successfully, but these errors were encountered: