jio_payment_sdk 0.0.13
jio_payment_sdk: ^0.0.13 copied to clipboard
A Flutter package to integrate Jio Payment Gateway.
0.0.13 #
- Updated example app: replaced MCC Code dropdown with a free-text TextField for easier input
- Improved documentation and code comments across SDK configuration and base classes
0.0.12 #
- Added optional
mccCodeparameter inJioPaymentSdk.initializeJioPayments()for Android UPI VPA support - On Android,
UPI_VPApayment type now requires a validmccCodeto be displayed - On iOS,
UPI_VPAcontinues to work as before without any additional configuration
0.0.11 #
- Merged UPI plugin (flutter_upi_india) directly into the SDK — no more external dependency
- Built-in UPI app discovery for 50+ Indian UPI apps (Google Pay, PhonePe, Paytm, CRED, BHIM, and more)
- Native Android (Kotlin) and iOS (Swift/ObjC) plugin support included
- Backward compatible with AGP 7.4+ through 8.7+ (Java 1.8, Kotlin 1.9.0+)
- Supports Android compileSdk 35
- Removed path dependency for pub.dev compatibility
- Updated README with Android/iOS setup guides and requirements
0.0.10 #
- update intl package dependency
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.yamlto 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
Directionalitywidget issue by ensuring properMaterialAppcontext. - 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.