Error: The getter 'headline6' isn't defined for the type 'TextTheme'.
╷ 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
I solved with this in my pubspec.yaml
dependency_overrides: flutter_paystack: git: url: https://github.com/I-driod/flutter_paystack.git ref: master
Thank to I-driod
Okay thank you, can you reach out to him to merge to master?
There is already a PR. We're waiting for the author :)
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```