noverachat_dart 0.7.0
noverachat_dart: ^0.7.0 copied to clipboard
Headless NoveraChat client core for Dart & Flutter — WebSocket + REST with optimistic UI, reconnection, and backfill. Pure client logic (events as Streams, sends as Futures); bring your own UI.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add noverachat_dartWith Flutter:
$ flutter pub add noverachat_dartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
noverachat_dart: ^0.7.0Alternatively, 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:noverachat_dart/noverachat_dart.dart';