payment_webview 0.1.3
payment_webview: ^0.1.3 copied to clipboard
A Flutter plugin for handling webviews with download and external app support. Supports file downloads, UPI payments, and external app launches.
Changelog #
0.1.3 #
- Added support for general webview functionality
- Added file download handling
- Added external app launch support
- Added UPI payment handling
- Improved error handling and user feedback
- Updated dependencies to latest versions
0.1.2 #
- Fixed test file issues
- Updated package structure
- Improved documentation
0.1.1 #
- Simplified PaymentWebView to handle direct URL input
- Removed complex configuration in favor of direct URL handling
- Improved URL pattern matching for success/failure states
- Made onPaymentComplete callback optional
0.1.0 #
- Initial release
- Added PaymentWebView widget with custom callbacks
- Added support for custom headers and query parameters
- Added PaymentResult and PaymentConfig classes
- Added support for success and failure URL patterns
- Added loading indicator customization
- Added error handling
- Added JSON serialization support