rivium_chat 0.1.3
rivium_chat: ^0.1.3 copied to clipboard
Flutter SDK for RiviumChat — headless chat-as-a-service powered by Centrifugo. Use with any state management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rivium_chatThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rivium_chat: ^0.1.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rivium_chat/rivium_chat.dart';