fw_flutter_sdk library Null safety

Classes

AdBadgeConfiguration
AdConfig
AddToCartButtonConfiguration
AddToCartEvent
AddToCartResult
CustomCTAClickEvent
FeedItemDetails
FireworkSDK
The entry class of Firework Flutter SDK, which supports the sdk initialization, global configuration, etc.
FWError
FWEvent
FWEventBus
Dispatches events to all listeners. You can receive the events dispatched in another flutter engine.
LiveStream
The entry class of live stream.
LiveStreamChatEvent
LiveStreamEvent
LiveStreamEventDetails
LiveStreamMessageDetails
Product
ProductInfoViewConfiguration
ProductPrice
ProductUnit
SDKInitEvent
UpdateProductDetailsEvent
VideoFeed
The widget of video feed.
VideoFeedClickEvent
VideoFeedConfiguration
VideoFeedController
A controller for video feed.
VideoFeedPlayIconConfiguration
VideoFeedTitleConfiguration
VideoPlaybackDetails
VideoPlaybackEvent
VideoPlayerConfiguration
VideoPlayerCTAStyle
VideoPlayerSize
VideoShopping
The entry class of video shopping.
WillDisplayProductEvent

Enums

AdBadgeTextType
AddToCartResponse
AdType
LiveStreamChatEventName
LiveStreamEventName
VideoFeedMode
VideoFeedSource
VideoFeedTitlePosition
VideoLaunchBehavior
VideoPlaybackEventName
VideoPlayerCompleteAction
VideoPlayerStyle

Typedefs

AddToCartCallback = Future<AddToCartResult> Function(AddToCartEvent? event)
CustomCTAClickCallback = void Function(CustomCTAClickEvent? event)
OnLiveStreamChatEventCallback = void Function(LiveStreamChatEvent? event)
OnLiveStreamEventCallback = void Function(LiveStreamEvent? event)
SDKInitCallback = void Function(SDKInitEvent event)
UpdateProductDetailsCallback = Future<List<Product>?> Function(UpdateProductDetailsEvent? event)
VideoFeedClickCallback = void Function(VideoFeedClickEvent? event)
VideoFeedCreatedCallback = void Function(VideoFeedController controller)
VideoFeedLoadFinishedCallback = void Function(FWError? error)
VideoPlaybackCallback = void Function(VideoPlaybackEvent? event)
WillDisplayProductCallback = Future<ProductInfoViewConfiguration?> Function(WillDisplayProductEvent? event)