square_web_payments 0.0.15
square_web_payments: ^0.0.15 copied to clipboard
An open source Flutter package for integrating the Square Web Payments SDK. See https://pelavin.github.io/square-web-payments for demonstration.
0.0.1 #
- Initial release
0.0.2 #
- Simplifing interface
0.0.3 #
- Using builder pattern to expose tokenize function
0.0.4 #
- Using widgetbook as example project
0.0.5 #
- Removing tokenize from builder
- Consolidating widgetbook files into main.dart
0.0.6 #
- Exposing Square objects as dart classes wrapping interop extension types
- Removing builder pattern and top-level widgets in favor of instantiating payment methods directly
0.0.7 #
- Adding support for Apple Pay
0.0.8 #
- Moving Apple Pay button styling from html to dart
0.0.9 #
- Adding inline documentation for widgets
- Adding support for Google Pay
0.0.10 #
- Renaming Card to PaymentCard to avoid collision with material class
- Detaching instead of destroying payment method when view is disposed
0.0.11 #
- Updating GitHub repository and pages URLs
0.0.12 #
- Cleaning up error handling
0.0.13 #
- Automated publishing to pub.dev using GitHub Actions
0.0.14 #
- Adding support for Strong Customer Authentication
0.0.15 #
- Using Chrome as default debug device
- Fixing issue with card input fields unable to obtain focus from flutter text fields on Safari (iOS) and Chrome
- Fixing Soft keyboard won't hide in CardView even with explicit unfocus call