jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
309 stars 244 forks source link

Upgrade to latest stripe sdk #148

Open yap-studios opened 4 years ago

yap-studios commented 4 years ago

Good day,

Are there any plans to update the plugin to use the latest version of the stripe sdk? I noticed we are using version 10.4.6 but the latest version is 14.2.1.

Thanks

DoubleTime commented 4 years ago

Please also include new other PaymentMethod: FPX. Thanks 😄

awhitford commented 4 years ago

I see that com.stripe:stripe-android:10.4.6 is still referenced, while Version 15 is now available.

yap-studios commented 4 years ago

I'm not sure if this library is still maintained since the author does not even comment on issues. Maybe it's time to change libraries.

jonasbark commented 4 years ago

There's a big pr open that will include latest sdk. Otherwise you're free to open PRs as well.