jonasbark / flutter_stripe_payment

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

not building with flutter 2.5 #336

Open vytautas-pranskunas- opened 2 years ago

vytautas-pranskunas- commented 2 years ago

It is not building because of this:

ways to fix it: 1) Adopt Stripe >20 (which is not realsitic for this library but maybe for new it will be) 2) Add to podspec this line s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

@jonasbark can you do this for me?

jmagman commented 2 years ago

The actual details of this issue: https://github.com/flutter/flutter/issues/90382#issuecomment-929711305

See also https://github.com/flutter/flutter/issues/90382#issuecomment-930327182

SebghatYusuf commented 2 years ago

@jonasbark Can you please update the dependencies or update to 'Stripe', '~> 20.0', so we can run the apps on Simulators as well.

jonasbark commented 2 years ago

This package has been discontinued. Use flutter_stripe instead.

vytautas-pranskunas- commented 2 years ago

@SebghatYusuf you can always pay to @jonasbark in order to upgrade SDK like I did last time ;)

SebghatYusuf commented 2 years ago

@jonasbark Thanks, but I believe there is a struggle switching between these packages for most of the users who are using this package.

SebghatYusuf commented 2 years ago

@vytautas-pranskunas- This is open-source bro, no payment required 😄 or it is??, btw Jonas has done a big help to developers who are using flutter.

vytautas-pranskunas- commented 2 years ago

@SebghatYusuf this is open source project but it is deprectaed because @jonasbark moved to another one and I needed upgrade because of dependency and i decided it is cheaper for me to pay 100$ in order to have upgrade rather then upgrading my own project in its current state. 100$ like donation for the effort on deprectaed project.

SebghatYusuf commented 2 years ago

@vytautas-pranskunas- Ohhh, I see yeah I agree with you, actually, I'm trying to switch to the new package, we don't know if we continue using this deprecated package, we'll not face new issues in the future, so I believe switching should be a better way, even if it needs lots of effort.

vytautas-pranskunas- commented 2 years ago

@SebghatYusuf I will switch to new package also in the near future, but for now we need to stay on play store so i have chosen to pay few buck for short term solution.

Xolth commented 2 years ago

This package has been discontinued. Use flutter_stripe instead.

@jonasbark, flutter_stripe doesn't allow for bank tokens unfortunally But I've integrated createTokenWithBankAccount() with stripe_payment to allow payments between users

What could be the workaround to integrate this in a newer version of Stripe?

Thanks