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
╷ 48 │ color: context.textTheme().headline6?.color, │ ^^^^^^^^^ ╵
ERROR: The getter 'headline6' isn't defined for the type 'TextTheme'.
lib/src/widgets/birthday_widget.dart:48:44
The text was updated successfully, but these errors were encountered:
This doesn't seem to work, it gives a dependency error:
Resolving dependencies...
Because every version of flutter_paystack from git depends on intl ^0.17.0 and app_name depends on intl ^0.19.0, flutter_paystack from git is forbidden.
So, because app_name depends on flutter_paystack from git, version solving failed.
Process finished with exit code 1```
╷ 48 │ color: context.textTheme().headline6?.color, │ ^^^^^^^^^ ╵
ERROR: The getter 'headline6' isn't defined for the type 'TextTheme'.
lib/src/widgets/birthday_widget.dart:48:44
The text was updated successfully, but these errors were encountered: