bemobi_smartcheckout_flutter 0.2.0
bemobi_smartcheckout_flutter: ^0.2.0 copied to clipboard
Flutter SDK for Bemobi Smart Checkout: digital wallets, callbacks, customization, and deep link integration.
0.2.0 #
- Improved detection when loading cached pages.
0.1.7 #
- Pinned dependency versions to exact releases to ensure consistent builds across environments and prevent unexpected breaking changes from minor/patch updates.
0.1.6 #
- Internal enhancement to adjust bottom-sheet resizing according to keyboard size changes.
0.1.5 #
- Improved bottom sheet initialization flow.
0.1.4 #
- Improved bottom sheet close event handling.
- Adjusted window retrieval for passkey registration and authentication on iOS.
0.1.3 #
- Enabled third-party cookies in Android WebView.
0.1.2 #
- Adjusted bottom padding inside the bottom sheet based on the system navigation type.
0.1.1 #
- Improved device identifier retrieval logic.
0.1.0 #
- Replaced the deprecated BemobiSDK with the new unified SmartCheckout API.
- Added deep link support for direct navigation to specific checkout pages.
- Supported passkey registration and authentication for payments using biometric verification.
0.0.29 #
- Respected safe area when keyboard is visible.
0.0.28 #
- Limited maximum bottom sheet height.
0.0.27 #
- Normalized object structure of error callback.
- Delayed bottom sheet closing after payment.
0.0.26 #
- Fixed Apple Pay payload data.
0.0.25 #
- Changed behavior to close bottom sheet after payment success or error.
0.0.24 #
- Fixed payment flow on Google Pay.
0.0.23 #
- Added keyboard padding.
0.0.22 #
- Fixed minor bugs.
0.0.21 #
- Fixed minor bugs.
0.0.20 #
- Supported deep linking.
0.0.19 #
- Fixed minor bugs.
0.0.18 #
- Updated pay library dependency to v3.
0.0.17 #
- Adjusted scroll behavior.
0.0.16 #
- Fixed minor bugs.
0.0.15 #
- Fixed minor bugs.
0.0.14 #
- Fixed minor bugs.
0.0.13 #
- Added MIT license.
- Improved documentation.
0.0.12 #
- Fixed minor bugs.
0.0.11 #
- Fixed minor bugs.
0.0.10 #
- Added support for Google Pay.
0.0.9 #
- Added SDK version in payload.
0.0.8 #
- Added SDK version in payload.
0.0.7 #
- Fixed minor bugs.
0.0.6 #
- Added logo.
0.0.5 #
- Fixed minor bugs.
0.0.4 #
- Fixed minor bugs.
0.0.3 #
- Fixed minor bugs.
0.0.2 #
- Removed unused test code.
- Fixed minor bugs.
0.0.1 #
- Released initial version of the SDK.
- Added success and error callbacks.
- Provided a customizable bottom sheet.
- Implemented a bridge between JavaScript and Flutter.
- Provided implementation example.