noma_chat 0.3.0
noma_chat: ^0.3.0 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.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'app.dart';
void main() => runApp(const NomaChatExampleApp());