fiatpe_payments_sdk 1.1.1
fiatpe_payments_sdk: ^1.1.1 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.1.1 20 Jan, 2025 #
Fixes #
- Payment Cancellation: Fixed an issue where payment cancellation was not being processed correctly.
1.1.0 05 Jan, 2025 #
Dependency Updates #
- Core Dependencies: Upgraded
dio,bloc,flutter_bloc, andloggerto newer versions. - Networking & Serialization: Updated
retrofit,json_serializable, andbuilt_valueto resolve potential version conflicts and improve stability. - Build Tools: Updated
build_runnerand other generators for better development experience.
1.0.2 24 Dec, 2024 #
Timeout & UI Changes #
- Session Timeout: Added Session Timeout of 15 Minutes for payments.
- User Interface Enhancements: Improved User interface of Processing Screens
1.0.1 15 Dec, 2024 #
Initial Release #
- 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
startPaymentmethod. - 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.