noma_chat 0.3.1 copy "noma_chat: ^0.3.1" to clipboard
noma_chat: ^0.3.1 copied to clipboard

Plug & play Flutter chat: SDK with REST + real-time client, offline Hive cache, UI adapter and a ready-to-use UI Kit for the Noma chat backend.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add noma_chat

With Flutter:

 $ flutter pub add noma_chat

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

dependencies:
  noma_chat: ^0.3.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:noma_chat/noma_chat.dart';
1
likes
0
points
213
downloads

Publisher

unverified uploader

Weekly Downloads

Plug & play Flutter chat: SDK with REST + real-time client, offline Hive cache, UI adapter and a ready-to-use UI Kit for the Noma chat backend.

Repository (GitHub)
View/report issues

Topics

#chat #websocket #sdk #flutter #ui-kit

License

unknown (license)

Dependencies

audioplayers, cached_network_image, dio, emoji_picker_flutter, flutter, freezed_annotation, hive_ce, html, json_annotation, path_provider, record, url_launcher, web_socket_channel

More

Packages that depend on noma_chat