yalla_pay_sudan 1.0.2
yalla_pay_sudan: ^1.0.2 copied to clipboard
Flutter SDK for YallaPaySudan payment gateway. Supports one-time payments, subscriptions, webhook verification, and in-app WebView checkout.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yalla_pay_sudanThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
yalla_pay_sudan: ^1.0.2Alternatively, 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:yalla_pay_sudan/yalla_pay_sudan.dart';