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

Version bug #186

Open
pratikNavapara009 opened this issue Feb 10, 2024 · 1 comment
Open

Version bug #186

pratikNavapara009 opened this issue Feb 10, 2024 · 1 comment

Comments

@pratikNavapara009
Copy link

And because no versions of flutter_paystack match >1.0.7 <2.0.0, syncfusion_flutter_datepicker >=24.1.47 is incompatible with flutter_paystack ^1.0.7.
So, because laundry depends on both flutter_paystack ^1.0.7 and syncfusion_flutter_datepicker ^24.2.4, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Consider downgrading your constraint on syncfusion_flutter_datepicker: flutter pub add syncfusion_flutter_datepicker:^21.2.3
KarlMathuthu added a commit to KarlMathuthu/flutter_paystack that referenced this issue Mar 4, 2024
@KarlMathuthu
Copy link

If he doesn't merge then do this.

1 - Fork the project.
2 - Upgrade dependences the way you want them to be in, eg http: ^1.2.1
3 - Inject the github package straight to your project by following below example 👇

 flutter_paystack:
   git:
      url: https://github.com/KarlMathuthu/flutter_paystack.git # Repo link from your profile
      ref: master # branch name

I hope this helps 😍

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

2 participants