https://github.com/flutter-devs/flutter_peach_payment
A Flutter plugin for peach payment gateway for both Android and iOS.
https://github.com/flutter-devs/flutter_peach_payment
flutter peach
Last synced: 3 months ago
JSON representation
A Flutter plugin for peach payment gateway for both Android and iOS.
- Host: GitHub
- URL: https://github.com/flutter-devs/flutter_peach_payment
- Owner: flutter-devs
- License: other
- Created: 2019-08-05T09:59:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T11:20:09.000Z (over 6 years ago)
- Last Synced: 2025-10-22T22:57:01.000Z (3 months ago)
- Topics: flutter, peach
- Language: Java
- Size: 1.18 MB
- Stars: 9
- Watchers: 0
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).
[](https://pub.dartlang.org/packages/flutter_peachpay_plugin)
# flutter_peachpay_plugin
A Flutter plugin for peach payment gateway for both Android and iOS.
## Usage
```dart
Future openPaymentGateway() async {
String tempResult=await PaymentGatewayPlugin.checkoutActitvity("49.99");
setState(()
{
result=tempResult;
});
}
```