livelike_flutter_sdk 0.2.0 livelike_flutter_sdk: ^0.2.0 copied to clipboard
To use the services and features of LiveLike SDK
0.0.1 #
LiveLike first release feature:
- SDK Initialization
- Create Chat Session
- Added ChatView Platform View Support
- ErrorDelegate to get latest error in the SDK
- Access Token Delegate for getting the accessToken for further use
0.0.2 #
Features:
- Removed Access Token Delegate for better usage
- Update EngagementSDK.accessToken constructor with delegate to receive access token
0.0.2 #
Features:
- Create Content Session
- Added WidgetView Platform View Support
- Added Session pause,resume,close method for session support.
0.0.3 #
Features:
- Update WidgetView
- Added LeaderBoardApi's for showing leaderboard data and entries with details.
0.0.4 #
Features:
- Add Sponsor api to provide sponsor data attached to a program
- Bug Fix WidgetView to support overlay widgets(like stack)
- Bug Fix for chat(android handling)
0.1.0-prerelease.0 #
Features:
- Update WidgetView Behaviour with flutter widget(more stable) Below Features supports only for Android Platform:
- Add Listener in hWidgetView to listen to upcoming widget shown in the widgetView
- Added Api into WidgetView to fetch LiveLike Widget Data based on widgetId and widgetKind
- Added Api into Session to fetch User Interaction Data based on widgetId and widgetKind
- Added api into WidgetView to show the widget inside WidgetView based on LiveLikeWidget model class.
- Added api to enable/disable widget state transistion
- Added api to update the state of the widget inside WidgetView.
0.1.0 #
Features:
- Added api to fetch list of program associated to an application
- added api to fetch list of posted widgets associated to a program
- added api to fetch the details of widget using widgetId and WidgetKind
- added api to fetch the user interaction data using widgetId and widgetKind
- added support for IOS of all the features of the pre-release
- WidgetView more stable and optimised
0.2.0 #
Features:
- Added api to fetch widgetModel using livelikeWidget
- Added support for json theming in widgets
- Added Native TimeLineView
- Update WidgetView vote count issue in android