flutter_payment_plugin 1.0.3
flutter_payment_plugin: ^1.0.3 copied to clipboard
Flutter Payment Plugin: simple payment initiation with WebView and return URL handling.
1.0.3 #
- Added a waiting overlay on Android when a UPI app is launched.
- Improved user experience by keeping the overlay visible until the payment response is received.
- Enhanced UPI app picker to trigger the waiting screen upon app selection.
1.0.2 #
- Refactored Android payment response: now returns a single flattened JSON object with merged hash.
- Updated documentation with hash generation logic.
1.0.1 #
- Fixed
ERR_NAME_NOT_RESOLVEDerror on Android when returning from UPI apps. - Improved WebView error handling to ignore non-fatal sub-resource errors.
1.0.0 #
- Unified Android UPI intent handling to match iOS behavior.
- Added custom bottom sheet for UPI app selection on Android.
- Improved error handling for missing or failing UPI applications.
- Added fallbacks for generic UPI intents.
0.1.1 #
- Declare web platform in
pubspec.yamlfor auto-registration. - Add
repositoryandissue_trackermetadata. - Update LICENSE to MIT.
- Broaden Dart SDK constraint to
>=3.0.0 <4.0.0.
0.1.0 #
- Initial public release.
- Android/iOS support.
- Simple API:
openPayment(url, params, ...)with fixed/v2/paymentrequestendpoint. - Integration-only README, iOS URL schemes guidance, and troubleshooting.