jio_payment_sdk 0.0.9
jio_payment_sdk: ^0.0.9 copied to clipboard
A Flutter package to integrate Jio Payment Gateway.
0.0.9 #
- improve example section code
0.0.8 #
- Add two new optional parameters addlParam1 , addlParam2 inside JioPaymentSdk.initializeJioPayments()
0.0.7 #
- Updated README.md
0.0.6 #
- Updated README.md
0.0.5 #
- Fixed various minor code style and formatting issues for better readability.
- Resolved compatibility problems with specific Dart and Flutter versions.
- Improved dependency constraints in
pubspec.yaml
to ensure smoother project integration. - Updated documentation with clearer instructions for supported Dart and Flutter versions.
- General stability improvements and small bug fixes.
0.0.4 #
- Updated README.md
- Bumped version number
- Minor improvements
- Improved SDK initialization documentation.
0.0.3 #
- Fixed
Directionality
widget issue by ensuring properMaterialApp
context. - Improved error handling for invalid or empty payment amounts.
- Updated example code with clearer integration flow.
- Enhanced UI responsiveness for multiple screen sizes.
- New: Separated
"CARD"
payment type into"CREDIT_CARD"
and"DEBIT_CARD"
for more granular control over allowed payment methods. - Minor performance optimizations and code cleanup.
0.0.2 #
- Updated README.md with better usage instructions.
- Removed unused imports for cleaner code.
0.0.1 #
- Initial release of the Jio Payments SDK for Flutter.
- Added basic UPI, card, and wallet payment integration.