taboola_sdk 1.0.0 taboola_sdk: ^1.0.0 copied to clipboard
Taboola's Flutter Core SDK. This SDK provides access to Taboola's Widget and Feed integrations for Flutter applications.
1.0.0 #
- Added Privacy Manifest
- Migrated to flutter_custom_tabs 2.0.0
- Migrated to dart 3.x
- Added the ability to setExtraProperties at Taboola Page and Taboola Unit level
- Taboola.init() method now accepts a single param: TBLPublisherInfo
- PublisherInfo has been renamed to TBLPublisherInfo
- TaboolaClassicBuilder has been renamed to TBLClassicPage
- getTaboolaClassicBuilder() method has been renamed to getClassicPage()
- TaboolaClassicListener has been renamed to TBLClassicListener
- Renamed TBLClassicListener callback methods.
- TaboolaClassicUnit has been renamed to TBLClassicUnit.
- Bug fixes.
- Minimum supported SDK version is now Flutter 3.16.0/Dart 3.3.0.
0.3.4 #
- remove package_info_plus
- various bug fixes
0.3.3 #
- Integrate flutter_custom_tabs
- Fix scrolling Up With A Feed In ListView
0.3.2 #
- remove package_Info_Plus
0.3.1 #
- Added keepAlive flag to retain Taboola Unit
0.3.0 #
- Enable Null safety
- Upgrade webview_flutter to v4.0.7
0.2.1 #
- Adding ability to pass viewId param via classicUnit creation. To notify Taboola that different placements are on the same page
0.2.0 #
- Native-Web "ScrollSwitch" solution completely re-written
- Video items no longer auto-pop full screen on iOS
- Fixed log leaks
- Fixed rendering/object.dart exceptions on iOS
0.1.0 #
- Fixed important click event in case publisher asks to control click
- Taboola Widget now uses 'Hybrid Composition' rendering mode for its WebView. If this is an issue for you, please create your WebViews before creating the Taboola Widget.
0.0.4 #
- Updated 3rd party libraries
- Resolved deprecated APIs used by Taboola plugin
0.0.3 #
- Minor adjustments made to support Flutter 2.2.1.
0.0.2+3 #
- Removed Connectivity plugin & DeviceDescriptor.getNetworkConnSpeed(). AppStore requires location request text description just for compiling location APIs with no usage.
0.0.2+2 #
- Fixes: Emitting events to bridge when it's not ready yet.
0.0.2+1 #
- Keeping ScrollController alive as long as our TaboolaStandard is alive.
0.0.2 #
- Allowing external ScrollController (Credits: MailOnline/George Medve)
0.0.1+9 #
- Updated README.md
0.0.1+8 #
- Updated README.md
0.0.1 #
- TODO: Describe initial release.