moamalat 0.0.3 copy "moamalat: ^0.0.3" to clipboard
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.

1
likes
90
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

This is a payment packed used to integrate moamalat payment

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

convert, crypto, flutter, url_launcher, webview_flutter, webview_flutter_platform_interface, webview_flutter_web, webviewx_plus

More

Packages that depend on moamalat