mfereji 1.0.0 copy "mfereji: ^1.0.0" to clipboard
mfereji: ^1.0.0 copied to clipboard

Dart client to communicate with Chatsasa API from Flutter and Dart VM over WebSockets

Docs and Usage #

It provides a websocket connection to mfereji. Initialize the SDK using the following code.

import 'package:mfereji/mfereji.dart' as mfereji;
void init(){
    _client = mfereji.createClient(
      AppConfig.mferejiPresenceConnectUrl,
      mfereji.ClientConfig(
        token: chatToken,
      ),
    );
}
0
likes
110
pub points
3%
popularity

Publisher

unverified uploader

Dart client to communicate with Chatsasa API from Flutter and Dart VM over WebSockets

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

fixnum, meta, protobuf, web_socket_channel

More

Packages that depend on mfereji