fiatpe_payments_sdk 1.0.2
fiatpe_payments_sdk: ^1.0.2 copied to clipboard
The All-in-One FiatPe Payment Gateway Flutter library is a robust solution designed to simplify digital payment acceptance in your Flutter applications.
1.0.2 - Timeout & UI Changes #
Added #
- Session Timeout: Added Session Timeout of 15 Minutes for payments.
- User Interface Enhancements: Improved User interface of Processing Screens
1.0.1 - Initial Release Date #
Added #
- UPI Payments: Initial support for integrating UPI payments into Flutter applications.
- SDK Initialization: Functionality to initialize the SDK with API Key and Salt Key.
- Payment Handling: Core methods for starting and handling UPI payments using
startPayment
method. - PaymentParams Class: Class to encapsulate all payment-related parameters, simplifying transaction handling.
- Result Handling: Callbacks for different payment outcomes including success, failure, pending, cancelled, and unknown states.
Documentation #
- Comprehensive SDK documentation and usage instructions.
- Detailed README for installation and setup guidance.