oichat_sdk 0.1.1 copy "oichat_sdk: ^0.1.1" to clipboard
oichat_sdk: ^0.1.1 copied to clipboard

OiChat Flutter SDK - Real-time chat client with REST API and Centrifugo WebSocket

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oichat_sdk

With Flutter:

 $ flutter pub add oichat_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  oichat_sdk: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:oichat_sdk/oichat_sdk.dart';
0
likes
125
points
23
downloads

Documentation

API reference

Publisher

verified publisheroichatapi.com

Weekly Downloads

OiChat Flutter SDK - Real-time chat client with REST API and Centrifugo WebSocket

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

centrifuge, http, json_annotation

More

Packages that depend on oichat_sdk