oichat_ui 0.1.0 copy "oichat_ui: ^0.1.0" to clipboard
oichat_ui: ^0.1.0 copied to clipboard

Pre-built UI widgets for OiChat SDK. Room list, chat view, and more.

oichat_ui #

Pre-built Flutter UI widgets for OiChat SDK.

Provides ready-to-use chat components including room list, chat view, message bubbles, and more.

Features #

  • OiChatRoomList: Room list with pagination and unread badges
  • OiChatView: Chat screen with real-time messaging and read receipts
  • OiMessageBubble: Message bubble (text, image, file, system)
  • OiMessageInput: Message input with file/image attachment
  • OiChatThemeData: Theme customization (light/dark/fromMaterial)
  • OiChatFeatures: 11 feature toggles
  • Server Mode + Client Mode support

Getting Started #

import 'package:oichat_ui/oichat_ui.dart';

OiChatProvider(
  client: oichatClient,
  child: OiChatRoomList(),
);

Documentation #

For full documentation, visit https://oichatapi.com

0
likes
150
points
15
downloads

Documentation

API reference

Publisher

verified publisheroichatapi.com

Weekly Downloads

Pre-built UI widgets for OiChat SDK. Room list, chat view, and more.

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

file_picker, flutter, flutter_image_compress, http, image_picker, oichat_sdk, open_filex, path_provider, url_launcher

More

Packages that depend on oichat_ui