-
Notifications
You must be signed in to change notification settings - Fork 416
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
Comments
I solved with this in my pubspec.yaml dependency_overrides: Thank to I-driod |
Thanks this is something I want |
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. |
Got this error after adding the above code Error on line 67, column 8 of pubspec.yaml: Invalid version constraint: Could not parse version "https://github.com/I-driod/flutter_paystack.git". Unknown text at "https://github.com/I-driod/flutter_paystack.git". `environment: dependencies: dependency_overrides: |
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.
The text was updated successfully, but these errors were encountered: