finik_sdk 1.0.0
finik_sdk: ^1.0.0 copied to clipboard
This Flutter package allows your application to integrate Finik payment feature.
1.0.0 #
-
New Features:
- Redesigned the entire UI for a refreshed and modern user experience.
- Introduced support for fixed amount payments via
fixedAmount
field. - Added payment limit control through
maxAvailableQuantity
to restrict how many times an item can be paid for.
-
API Enhancements
- createItem now requires a requestId to ensure idempotent requests and prevent duplicate item creation.
-
Bug Fixes
- Addressed various stability and UI bugs to improve overall performance and reliability.
0.2.0 #
- Added
isBeta
parameter toFinikProvider
. FinikSDK version2.0.0
is recommended instead of^0.1.xx
0.1.17 #
- Updated
README.md
file.
0.1.15 #
- Refactored
isBeta
parameter ofFinikProvider
.
0.1.14 #
- Minor improvements.
0.1.13 #
- FinikSDK has been prepared for use not only in Flutter, but also in native SDKs for Android and iOS.
0.1.12 #
- Fixed bugs.
0.1.11 #
- Fixed bugs.
0.1.10 #
- Deleted unnecessary dependency from pubspec.yaml
0.1.9 #
- Added callbackUrl for CreateItemHandlerWidget.
- Fixed Android build.
0.1.8 #
- UI improvements and bug fixes.
0.1.7 #
- UI improvements and bug fixes.
0.1.6 #
- Added TextScenarios to be able to change QrCodeViewScreen texts.
- Minor UI improvements.
0.1.5 #
- Added subscription to QRCodeScreen. The onPaymentSuccess(Map? data) callback is now functioning correctly.
- Added fixedAmount for CreateItemHandlerWidget.
- Minor improvements and bug fixes.
0.1.4 #
- Added TimeoutError handling and default queryRequestTimeout.
- Minor improvements and bug fixes.
0.1.3 #
- RequiredServiceFieldInput changed to RequiredItemFieldInput.
- Added a requestId Variable to CreateItem.
- Minor improvements and clean ups.
0.1.2 #
- No need to call FinikSDK.initialize anymore
0.1.1 #
- Minor improvements, fixes and other changes.
0.1.0 #
- Revised the structure to make it more user-friendly
- Bug fixes
0.0.9 #
- Refactored code
0.0.8 #
- GraphQL schema has changed
0.0.7 #
- Added OptimaBank serviceButton
0.0.6 #
- Minor improvements
0.0.5 #
- Renamed
0.0.4 #
- Added isBeta parameter to AverspaySdkConfig
0.0.3 #
- Added HomePage
0.0.2 #
- Updated example
0.0.1 #
- Initial Release