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

webview_flutter upgrade to version ^4.0 #164

Closed justoke closed 1 year ago

justoke commented 1 year ago

Please could you consider bumping the version of the dependency on webview_flutter. A lot of packages that are now using version 4 are not compatible, as it seems the WebView class was replaced with WebViewController. I might end up doing this work on a forked version so I can progress on my project and can submit a pull request to your repo if that would be easier. I'm not sure yet what is involved in the upgrade.

Thank you.