Installation Guide
Step-by-step guide to installing and configuring the Flutter ePay SDK.
Installation Guide
Follow these steps to install and configure the flutter_epay package in your Flutter project.
1. Install the Package
Run the following command in your project directory:
2. Configure Deep Linking
Since the ePay SDK may redirect users back to your app via a URL, you need to configure deep linking.
a. Update AndroidManifest.xml
For Android, modify your AndroidManifest.xml
file:
b. Update Info.plist for iOS
For iOS, update your Info.plist
file:
3. Initialize ePay SDK
In your Flutter app, initialize the SDK before using it:
4. Verify Installation
After installation, ensure the package is correctly set up by running:
If everything is configured correctly, your app should be ready to process payments using the Flutter ePay SDK.
Next Steps
- Usage Guide - Learn how to initiate a payment.