flutter_payment_plugin 1.0.0
flutter_payment_plugin: ^1.0.0 copied to clipboard
Flutter Payment Plugin: simple payment initiation with WebView and return URL handling.
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.