ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

http package mismatch with latest firebase_storage version #117

Closed andreagr closed 2 years ago

andreagr commented 3 years ago
Because firebase_storage >=8.0.0 depends on firebase_storage_web ^1.0.0 which depends on http ^0.13.0, firebase_storage >=8.0.0 requires http ^0.13.0.
And because stripe_sdk >=3.0.1+2 depends on http ^0.12.2, firebase_storage >=8.0.0 is incompatible with stripe_sdk >=3.0.1+2.
So, because webOrder depends on both stripe_sdk ^4.0.2 and firebase_storage ^8.0.0, version solving failed.
pub get failed (1; So, because webOrder depends on both stripe_sdk ^4.0.2 and firebase_storage ^8.0.0, version solving failed.)
bananagag commented 3 years ago

The current dependency on http ^0.12.2 is not compatible with many latest packages which are compatible with Flutter 2.0, an update is needed.

ezet commented 3 years ago

I will update this as soon as possible

freewheelnat commented 3 years ago

@ezet First, thanks a lot for your plugin, it works very well in our app, and saved me a lot of work :-)

Any idea when you think you can update the dependencies?

jaredmoskowitz commented 3 years ago

if any else is stuck, I found you can use the prerelease version stripe_sdk: ^5.0.0-nullsafety.0

ezet commented 2 years ago

Fixed