livelike_flutter_sdk 0.0.2 copy "livelike_flutter_sdk: ^0.0.2" to clipboard
livelike_flutter_sdk: ^0.0.2 copied to clipboard

discontinued
outdated

To use the services and features of LiveLike SDK

livelike_flutter_sdk #

The Official Flutter LiveLike SDK #

Documentation

HomePage

Create Engagement SDK instance

final sdk = EngagementSDK("<client-id>");

Create Engagement SDK instance with access token support

final sdk = EngagementSDK.accessToken("<client-id>","<saved-access-token>",(accessToken){
      //fetched access token
});

Error Delegate Support

sdk.errorStream.listen((error) {
      print("Error: $error");
      //Getting error from any where from the sdk
    });

ChatView

ChatView(key: Key("${chatSession.chatRoomId}"),
         session:chatSession!);
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

To use the services and features of LiveLike SDK

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on livelike_flutter_sdk