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
../.pub-cache/git/flutter_paystack-a4a33c3dd0a12f46d655a2e63d11e9f20ba82d01/lib/src/widgets/input/pin_field.dart:48:55: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'.
'ThemeData' is from 'package:flutter/src/material/theme_data.dart' ('../programs/flutter/packages/flutter/lib/src/material/theme_data.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'accentColor'.
BorderSide(color: Theme.of(context).accentColor, width: 1.0)),
The text was updated successfully, but these errors were encountered:
This error is popping up everywhere as people upgrade their flutter to latest version. I have had to discontinue using Paystack plugin on three of my apps already. Can you guys fix this already.
Just change ThemeData's deprecated accentColor to secondary
../.pub-cache/git/flutter_paystack-a4a33c3dd0a12f46d655a2e63d11e9f20ba82d01/lib/src/widgets/input/pin_field.dart:48:55: Error: The getter 'accentColor' isn't defined for the class 'ThemeData'.
Try correcting the name to the name of an existing getter, or defining a getter or field named 'accentColor'.
BorderSide(color: Theme.of(context).accentColor, width: 1.0)),
The text was updated successfully, but these errors were encountered: