easypaisa_with_rsa_encryption 1.1.1
easypaisa_with_rsa_encryption: ^1.1.1 copied to clipboard
Introducing a seamless and secure Flutter package designed to integrate Easypaisa, one of Pakistan's leading payment gateways, into your mobile applications. This package simplifies the process of han [...]
1.0.0 #
- Initial release.
1.1.0 2025-March-08 #
Added #
- Added
isSignatureValidproperty to theApiResponsemodel to indicate whether the signature validation was successful. - The
requestPaymentmethod now returns an object with the following properties:response: The API response data.signature: The signature returned by the API.isSignatureValid: A boolean indicating whether the signature validation was successful.
Removed #
- Removed unnecessary dependencies:
convert: ^3.1.1(no longer needed).basic_utils: ^5.0.0(no longer needed).
Improved #
- Modularized the codebase for better maintainability:
- Separated RSA utilities into
rsa_utils.dart. - Separated API service logic into
api_service.dart. - Added models for
PaymentRequestandApiResponse.
- Separated RSA utilities into
- Improved code readability and organization.
- Enhanced error handling for API responses.
- Cleaned up
pubspec.yamlby removing unused dependencies to reduce package size and improve maintainability.
Fixed #
- No breaking changes or bug fixes in this release.