pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
64 stars 119 forks source link

Does it work with Flutter Web? #52

Closed PaulD1980 closed 3 years ago

PaulD1980 commented 3 years ago

Does it work with Flutter Web? Any plan to implement for the web.

joe-getcouragenow commented 3 years ago

I was also curious

I suspect now as its using a ton of native OS stuff.

This one uses no native stuff and so works on web:https://github.com/ezet/stripe-sdk Its the competitor to Braintree ( which is paypal)

Now there is a Brain stree Graphql API now, so it would be nice if this or someone started to use it from flutter..

dan1229 commented 3 years ago

Also want updates on this - love this plugin and would really love a web version.

PaulD1980 commented 3 years ago

Also want updates on this - love this plugin and would really love a web version.

A lot of people are moving to WEB from iOS/Android 30% cut in the payments. I would suggest, add support to WEB and it will be hugely popular.

joe-getcouragenow commented 3 years ago

@KSingh1980 Yes this is what we need and partly why. But also because then you dont have the hassle of app store.

flutter web with "Add to Desktop" is quite a good compromise.

PaulD1980 commented 3 years ago

30% cut in all payments by Google and Apple is like DAYLIGHT ROBBERY. Why would somebody use a mobile app for eCommerce? People are moving to PWA/Responsive web for all eCommerce apps.

dan1229 commented 3 years ago

If anyone's interested I've created a fork of this repo and reorganized it to build in the web version through the Braintree JS SDK.

I've setup the basic structure and am going to get to work on the actual functionality but if anyone thinks they can do it quickly or better please feel free to contribute or make a PR.

https://github.com/dan1229/flutter-braintree

pikaju commented 3 years ago

Duplicate of #21. @dan1229 if its ready you can create a pull request to this repository if you like. Thanks!