firework_flutter_sdk 0.0.1+2 copy "firework_flutter_sdk: ^0.0.1+2" to clipboard
firework_flutter_sdk: ^0.0.1+2 copied to clipboard

discontinued

The project contains firework's video feed 、livestream feature etc.

firework_flutter_sdk #

Firework Flutter SDK

Installation #

npm install react-native-firework-sdk
# or
yarn add react-native-firework-sdk

Usage #

SDK Initialization #

/*
  Optional: set listener for SDK init
*/
FireworkSDK.getInstance().onSDKInit = (event) => {
  console.log('onSDKInit', event);
};

/* 
  It is recommended to call the init method when the application starts, 
  for example, in the index.tsx.
*/
FireworkSDK.getInstance().init();

Video Feed Integration #

import {
  VideoFeed,
} from 'react-native-firework-sdk';

<VideoFeed 
  style={{ height: 200 }} 
  source="discover" 
/>
1
likes
10
points
0
downloads

Publisher

verified publisherfirework.com

Weekly Downloads

The project contains firework's video feed 、livestream feature etc.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on firework_flutter_sdk

Packages that implement firework_flutter_sdk