Paylink Payment SDK
Overview
paylink_payment_sdk
is a Flutter SDK designed to simplify the integration of Paylink's payment gateway into Flutter applications. It provides a streamlined way to handle payments within your Flutter app.
Features
- Easy integration with Paylink payment gateway.
- Simplified payment process with minimal code.
- Secure handling of payment transactions.
Getting Started
Installation
To use the paylink_payment_sdk
in your Flutter project, add it to your dependencies in your pubspec.yaml
file:
dependencies:
flutter:
sdk: flutter
paylink_payment_sdk: ^0.9.3 # Use the latest version