Jaime Blasco
Jaime Blasco
+1 It would be very helpful!
I would suggest using the flutter example project inside the repo as the website. It is very easy to automate with github actions and github pages. WEBSITE: https://jamesblasco.github.io/fluentui-system-icons/ BRANCH: https://github.com/jamesblasco/fluentui-system-icons/tree/web
The problem with the icons not displaying it is not a problem with the website itself, and more than those icons are not available on the official Flutter package. Maybe...
The new version of the package makes uses of the newer initExpensiveAndroidView api. If the issue persists feel free to comment here or open a new issue and we will...
This is now implemented in the new `flutter_stripe_web: 2.1.0`. Please open a new issue a new bug appears when using the method
This is updated in the version 1.0.0. Thanks for submitting the issue
I have checked with the latest version of the plugin 7.0.0 and there is a new design and the text is displayed correctly 
The codebase is already shrunk by default using R8 [see docs](https://docs.flutter.dev/deployment/android#shrinking-your-code-with-r8). While the comment above suggest the app will be reduced if not using Payment Sheet, in this package the...
As you can see in the code we only support card, bankAccount and pii tokens. I will rename this issue to follow the implementation of person token in this issue
Hi @zzxoto :) , could you check if the param error from the response is not null?. Probably sending an empty return_url would not be valid for the stripe js...