fw_flutter_sdk library Null safety

Classes

AdBadgeConfiguration
AdConfiguration
AndroidFontInfo
CustomClickLinkButtonEvent
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.
FWNavigator
You can use this class for pushing Flutter page from the native page.
GradientDrawable
IOSFontInfo
LinkButtonConfiguration
LiveStream
The entry class of live stream.
LiveStreamChatEvent
LiveStreamEvent
LiveStreamEventDetails
LiveStreamMessageDetails
OpenVideoPlayerConfiguration
Product
ProductInfoViewConfiguration
ProductPrice
ProductUnit
ProductUnitOption
SDKInitEvent
ShoppingCTAButtonConfiguration
ShoppingCTAEvent
ShoppingCTAResult
StoryBlock
StoryBlockConfiguration
StoryBlockController
TrackPurchaseParameters
UpdateProductDetailsEvent
VastAttribute
VideoFeed
The widget of video feed.
VideoFeedClickEvent
VideoFeedConfiguration
VideoFeedController
A controller for video feed.
VideoFeedPadding
VideoFeedPlayIconConfiguration
VideoFeedTitleConfiguration
VideoPlaybackDetails
VideoPlaybackEvent
VideoPlayerConfiguration
VideoPlayerCTADelay
VideoPlayerCTAStyle
Only supported on iOS.
VideoPlayerSize
VideoShopping
The entry class of video shopping.

Enums

AdBadgeTextType
GradientDrawableOrientation
IOSSystemFontStyle
IOSSystemFontWeight
LiveStreamChatEventName
LiveStreamEventName
ShoppingCTAButtonText
ShoppingCTARes
StoryBlockSource
VideoFeedMode
VideoFeedSource
VideoFeedTitlePosition
VideoLaunchBehavior
VideoPlaybackEventName
VideoPlayerCompleteAction
VideoPlayerCTADelayType
VideoPlayerCTAWidth
VideoPlayerStyle

Typedefs

CustomClickCartIconCallback = FutureOr<void> Function()
CustomClickLinkButtonCallback = FutureOr<void> Function(CustomClickLinkButtonEvent? event)
CustomCTAClickCallback = FutureOr<void> Function(CustomCTAClickEvent? event)
OnLiveStreamChatEventCallback = FutureOr<void> Function(LiveStreamChatEvent? event)
OnLiveStreamEventCallback = FutureOr<void> Function(LiveStreamEvent? event)
SDKInitCallback = FutureOr<void> Function(SDKInitEvent event)
ShoppingCTACallback = FutureOr<ShoppingCTAResult> Function(ShoppingCTAEvent? event)
StoryBlockCreatedCallback = void Function(StoryBlockController controller)
StoryBlockLoadFinishedCallback = void Function(FWError? error)
UpdateProductDetailsCallback = FutureOr<List<Product>?> Function(UpdateProductDetailsEvent? event)
VideoFeedClickCallback = FutureOr<void> Function(VideoFeedClickEvent? event)
VideoFeedCreatedCallback = void Function(VideoFeedController controller)
VideoFeedLoadFinishedCallback = void Function(FWError? error)
VideoPlaybackCallback = FutureOr<void> Function(VideoPlaybackEvent? event)