firework_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.
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
VideoFeedMode
VideoFeedSource
VideoFeedTitlePosition
VideoPlaybackEventName
VideoPlayerCompleteAction
VideoPlayerStyle

Typedefs

AddToCartCallback = Future<AddToCartResult> Function(AddToCartEvent? event)
CustomCTAClickCallback = void Function(CustomCTAClickEvent? 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)