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

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

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:hive_ce_flutter/hive_flutter.dart';

import 'app.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();

  // SDK persistent cache (Hive) must be initialized before NomaChat.create.
  await Hive.initFlutter();
  runApp(const NomaChatExampleApp());
}
1
likes
140
points
213
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Topics

#chat #messaging #realtime #websocket #ui-kit

License

Apache-2.0 (license)

Dependencies

audioplayers, cached_network_image, characters, dio, emoji_picker_flutter, file_picker, flutter, freezed_annotation, hive_ce, html, image_cropper, image_picker, intl, meta, open_filex, path_provider, record, shared_preferences, url_launcher, uuid, web_socket_channel

More

Packages that depend on noma_chat