moamalat 0.0.3 moamalat: ^0.0.3 copied to clipboard
This is a payment packed used to integrate moamalat payment
Moamalat Flutter Package The moamalat package is a Flutter plugin that simplifies the process of integrating moamalat for the payment integration.
Features Provides a button to integrate payment dependencies: moamalat: ^0.0.1 Then, run flutter pub get to download and install the package.
Usage To use the moamalat package, follow these steps:
Import the package: import 'package:moamalat/moamalat.dart'; Add MoamalatButton widget and provide the required values to the button for the integration of payment process
Error Handling The initiateTransaction method may throw a PlatformException if UPI payments are not supported on the user's device. You should catch this exception and handle it accordingly in your app.
try { // initiate transaction } on PlatformException catch (e) { // handle error } Support For any questions, issues, or feature requests related to this package, please use the issue tracker on the package's repository.