wilburx9 / flutter_paystack

:credit_card: A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS
https://pub.dartlang.org/packages/flutter_paystack
Apache License 2.0
210 stars 367 forks source link

Error: The getter 'headline6' isn't defined for the type 'TextTheme'. #192

Open Eferigho opened 4 months ago

Eferigho commented 4 months ago

╷ 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

DavideM12 commented 4 months ago

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

Eferigho commented 4 months ago

Okay thank you, can you reach out to him to merge to master?

DavideM12 commented 4 months ago

There is already a PR. We're waiting for the author :)