moamalat_pay 0.0.5
moamalat_pay: ^0.0.5 copied to clipboard
This is a payment packed used to integrate moamalat payment
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add moamalat_payThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
moamalat_pay: ^0.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:moamalat_pay/functions/get_complete_url.dart';
import 'package:moamalat_pay/moamalat.dart';
import 'package:moamalat_pay/widgets/moamalat_button.dart';
import 'package:moamalat_pay/widgets/we_page_for_web.dart';
import 'package:moamalat_pay/widgets/web_page_for_payment.dart';