Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme issue #193

Open
GopinadhDasari opened this issue May 22, 2024 · 4 comments
Open

Theme issue #193

GopinadhDasari opened this issue May 22, 2024 · 4 comments

Comments

@GopinadhDasari
Copy link

GopinadhDasari commented May 22, 2024

flutter_paystack-1.0.7/lib/src/widgets/checkout/checkout_widget.dart:191:64: Error: The getter 'headline1' isn't defined for the class 'TextTheme'. getting this issue while running the application.

@DavideM12
Copy link

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

@kumarshubham01
Copy link

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

Thanks this is something I want

@spn107
Copy link

spn107 commented Jul 26, 2024

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

Is this works for IOS?

@kumarshubham01
Copy link

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

Is this works for IOS

This problem is not platform-specific; it's due to Flutter not being able to reach the package, so we explicitly provided it. If you are facing the same issues, it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants