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

Sync with stripe sdk #104

Closed
remonh87 opened this issue Jun 1, 2021 · 10 comments
Closed

Sync with stripe sdk #104

remonh87 opened this issue Jun 1, 2021 · 10 comments

Comments

@remonh87
Copy link
Member

remonh87 commented Jun 1, 2021

The sdk team of Stripe made an significant improvement that we should consider integrating. stripe/stripe-react-native#273

We should plan for syncing with the latest updates

@thorsten-stripe
Copy link
Contributor

There are a couple more things I'm working on for the v0.1.3 release later this week. Maybe wait for the sync until then?

@gocal
Copy link

gocal commented Jun 17, 2021

Hi @remonh87 0.1.4 has been released, so do you have some expected timeline when these changed will be integrated ? (specifically)

@remonh87
Copy link
Member Author

We expect to ship a new version next week!

@SebghatYusuf
Copy link

Hi @remonh87,
Any update, when will be the next release?

@jonasbark
Copy link
Member

New version is released, so closing this issue

@joknjokn
Copy link

joknjokn commented Jul 5, 2021

@jonasbark In the example in github I see ".createToken"-method in the legacy example. I assume that's the one to use, right? However, that function is not available from Stripe.instance in the new flutter_stripe 1.1.0 version.

Am I missing something?

@remonh87
Copy link
Member Author

remonh87 commented Jul 5, 2021

@joknjokn it is part of the Stripe instance see:

Future<TokenData> createToken(CreateTokenParams params) async {

@joknjokn
Copy link

joknjokn commented Jul 5, 2021

Update: Problem somehow solved after cleaning and rebooting my system, so possibly just an Android Studio-problem.

@jonasbark
Copy link
Member

You can also run flutter packages upgrade and double-check your pubspec.lock file.
If you see one dependency being outdated you can upgrade it specifically by running flutter packages upgrade stripe_platform_interface

@joknjokn
Copy link

joknjokn commented Jul 5, 2021

Sure, did all of that. I guess it was some Android Studio caching or similar, since a full reboot helped.

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

6 participants