Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 536 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 536 Bytes

For help getting started with Flutter, view our online documentation.

Pub

flutter_peachpay_plugin

A Flutter plugin for peach payment gateway for both Android and iOS.

Usage

  Future openPaymentGateway() async {
     String tempResult=await PaymentGatewayPlugin.checkoutActitvity("49.99");
     setState(()
     {
       result=tempResult;
     });
   }