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