open_payment 4.1.0
open_payment: ^4.1.0 copied to clipboard
Flutter plugin which lets you seamlessly integrate OPEN Payment Gateway with your Flutter app and start collecting payments from your customers.
4.1.0 #
- ViewBinding Runtime Fix: Enabled ViewBinding in plugin's build.gradle to resolve ClassNotFoundException for androidx.viewbinding.ViewBinding at runtime. This ensures the ViewBinding interface required by the open-web-sdk-release AAR is available for all clients without requiring additional configuration.
- Build Configuration: Removed invalid androidx.viewbinding dependency and enabled ViewBinding through buildFeatures configuration, following Android best practices.
4.0.9 #
- Bug Fixes.
4.0.8 #
- Android SDK Upgrade: Upgraded compileSdkVersion and targetSdkVersion from 35 to 36 for compatibility with the latest Android platform.
- Namespace Configuration Fix: Removed deprecated package attribute from AndroidManifest.xml and added namespace declaration in build.gradle files. This fixes build errors with Android Gradle Plugin 8.1.4+ and Flutter 3.38.5+.
4.0.7 #
- Bug Fixes.
4.0.6 #
- Bug Fixes.
4.0.5 #
- Bug Fixes.
4.0.4 #
- Bug Fixes.
4.0.3 #
- Bug Fixes.
4.0.2 #
- Security Enhancements.
4.0.1 #
- Security Enhancements.
4.0.0 #
- Kotlin Upgrade: Updated the Kotlin Gradle plugin to version 1.9.22 for better performance and compatibility.
- UPI Integration: Added support for UPI intent handling to seamlessly launch UPI apps from the application.
- iOS Compatibility: Added support for Xcode 16.2, ensuring smooth builds and compatibility with the latest iOS tools.
3.0.0 #
- Upgraded kotlin gradle plugin version to 1.9.20.
2.0.0 #
- Upgraded kotlin gradle plugin version to 1.7.10.
1.0.0 #
- Added iOS support.
0.0.1 #
- Initial release of OPEN payment SDK for flutter app (Android only).