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

Update dependencies to latest versions #149

Closed vinnytwice closed 2 years ago

vinnytwice commented 2 years ago

I'm trying to integrate stripe-sdk in my project but the actual version depends on old versions as http: ^0.12.2 while other packages I use are depending on newer versions for example..

http: ^0.12.2 ->http: ^0.13.4, url_launcher: ^5.7.10 -> url_launcher: ^6.0.12, flutter_slidable: ^0.5.7 -> flutter_slidable: ^0.6.0.

Any way to bypass this while the package has not updated to latest dependencies versions?

vinnytwice commented 2 years ago

after reading https://github.com/ezet/stripe-sdk/issues/134#issuecomment-847736659 I just add it to my yaml file as

stripe_sdk:
    git:
      url: git://github.com/ezet/stripe-sdk.git
ezet commented 2 years ago

Done