ngenius_flutter_sdk 1.0.5
ngenius_flutter_sdk: ^1.0.5 copied to clipboard
N-Genius Flutter SDK provides an easy-to-use integration for handling payments using N-Genius APIs in Flutter applications.
1.0.5 #
- Fixed a crash when running the plugin on older Flutter/Gradle/Kotlin toolchains, caused by the plugin's Android
build.gradlepinning its own Kotlin/AGP versions that conflicted with the host app's setup. - Updated example app's Android configuration to match the compatibility fix.
1.0.4 #
- Explicitly declared Android and iOS platform support for pub.dev metadata.
1.0.3 #
- Added saved-card payment support.
- Updated Android example configuration for newer Flutter/Gradle/Kotlin setup.
- Updated N-Genius Android SDK integration notes for SDK
4.0.5. - Improved example app with sandbox order creation flow.
- Improved README setup, testing, and contributor documentation.
1.0.2 #
- Improved documentation.
1.0.1 #
- Format dart code.
- Improved documentation.