noverachat_dart 0.7.0 copy "noverachat_dart: ^0.7.0" to clipboard
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_dart

With Flutter:

 $ flutter pub add noverachat_dart

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

dependencies:
  noverachat_dart: ^0.7.0

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:noverachat_dart/noverachat_dart.dart';
0
likes
130
points
437
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)

License

MIT (license)

Dependencies

http, meta, web_socket_channel

More

Packages that depend on noverachat_dart