paylink_payment 2.0.1 copy "paylink_payment: ^2.0.1" to clipboard
paylink_payment: ^2.0.1 copied to clipboard

A Flutter Package designed to simplify the integration of Paylink's payment gateway into Flutter applications. It provides a streamlined way to handle payments within your app.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add paylink_payment

With Flutter:

 $ flutter pub add paylink_payment

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  paylink_payment: ^2.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:paylink_payment/paylink_payment.dart';
8
likes
0
points
195
downloads

Publisher

verified publishersultan16.com

Weekly Downloads

A Flutter Package designed to simplify the integration of Paylink's payment gateway into Flutter applications. It provides a streamlined way to handle payments within your app.

Homepage
Repository (GitHub)
View/report issues

Topics

#payment #paylink #mada #stcpay

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, http, webview_flutter

More

Packages that depend on paylink_payment