paylink_payment_sdk 0.9.1 copy "paylink_payment_sdk: ^0.9.1" to clipboard
paylink_payment_sdk: ^0.9.1 copied to clipboard

A Flutter SDK for seamless integration with PayLink payment gateway. It simplifies the process of embedding payment functionalities in Flutter apps, handling order details fetching, client information [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add paylink_payment_sdk

With Flutter:

 $ flutter pub add paylink_payment_sdk

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

dependencies:
  paylink_payment_sdk: ^0.9.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_sdk/paylink_payment_sdk.dart';
0
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter SDK for seamless integration with PayLink payment gateway. It simplifies the process of embedding payment functionalities in Flutter apps, handling order details fetching, client information retrieval, and providing an easy-to-use interface for payment processing. Ideal for businesses and developers looking to incorporate efficient and secure online payment solutions in their mobile applications.

Homepage

License

unknown (license)

Dependencies

flutter, flutter_webview_plugin, http

More

Packages that depend on paylink_payment_sdk