tabby_flutter_inapp_sdk 1.10.1
tabby_flutter_inapp_sdk: ^1.10.1 copied to clipboard
Flutter SDK for Tabby Buy Now, Pay Later. A package that allows you to integrate Tabby payment methods into your Flutter app.
1.10.1 #
- Minor fix: removing
setOnConsoleMessage
as not needed
1.10.0 #
- Getting rid of deprecated
TabbyCheckoutSnippet
- Getting rid of deprecated
TabbyPresentationSnippetNonStantard
- ❗️ Breaking change: Getting rid of deprecated
TabbyPresentationSnippet
. Please useTabbyProductPageSnippet
instead - it's an easy migration - 🆕 Adding new web-view based dynamic
TabbyProductPageSnippet
- Lowering code dependency on
flutter_inappwebview
package, usingwebview_flutter
instead
1.9.0 #
- Updating example app to the latest Flutter version
- Migrating
TabbyWebView
from usingflutter_inappwebview
to more stablewebview_flutter
1.8.1 #
- Fixed typo in package description
1.8.0 #
TabbyWebView
is now in charge of managing permissions requests asked by the web page. TheTabbyWebView
will ask for permissions only when needed- ❗ Important: please refer to Readme.md and update your integration to handle the new
TabbyWebView
behavior - Example app reworked to demonstrate the new
TabbyWebView
behavior
1.7.0 #
- Added
SessionStatus
- ❗ Important: The
TabbySession.status
can now be eitherSessionStatus.rejected
orSessionStatus.created
. Some customers may be rejected immediately after a session creation. You need to handle this scenario before openingTabbyWebView
. For reference, check the example implementation inexample/lib/pages/home_page.dart
, specifically the functions:void openInAppBrowser() {...}
andvoid openCheckOutPage() {...}
- Added
TabbySDK.rejectionTextEn
andTabbySDK.rejectionTextAr
1.6.2 #
TabbyCheckoutSnippet
reworked to use png images
1.6.1 #
Environment.stage
removed from SDK internals
1.6.0 #
- ❗️Breaking change: update required fields for
TabbySDK().createSession(TabbyCheckoutPayload payload) {...}
- flutter_inappwebview updated dependency
1.5.0 #
- No-breaking change built in widgets usage staticsics
1.4.2 #
- Fix TabbyPresentationSnippet not displaying updated price
1.4.1 #
- Fix Bahrain currency
1.4.0 #
- Removed credit_card_installments
- Removed monthly_billing
1.3.0 #
- Added TabbyCheckoutSnippet
- Added TabbyPresentationSnippetNonStantard
1.2.0 #
- Qatar supported, Egypt deprecated.
1.1.2 #
- Updated domains for checkout result pages
1.1.1 #
- Integration docs updated
1.1.0 #
- Added internal webview params for proper analytics
1.0.2 #
- Fixed WebView dependency
1.0.1 #
- Fixed optional params of Payment
1.0.0 #
- Webview
- Bottom Sheet page