Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
ChatView is a Flutter package that allows you to integrate a highly customizable chat UI in your
Flutter applications with [Flexible Backend Integration][chatViewConnect].

[//]: # (TODO-YASH: USE MAIN BRANCH TO DISPLAY PREVIEW GIF)
![Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/feat/use_data_models_from_chatview_utils/preview/chatview.gif)
| ChatViewList | ChatView |
|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
| ![ChatViewList_Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/chatviewlist.gif) | ![ChatView Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/chatview.gif) |

## Features

Expand All @@ -23,6 +24,7 @@ Flutter applications with [Flexible Backend Integration][chatViewConnect].
- User online status indicators
- Typing indicators for active users
- Unread message count badges
- Header and Footer support for additional widgets
- Highly customizable UI components
- Plug-and-play backend support using [chatview_connect][chatViewConnect]

Expand Down
14 changes: 8 additions & 6 deletions doc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Flutter applications with [Flexible Backend Integration](https://pub.dev/package

## Preview

![Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/chatview.gif)
| ChatViewList | ChatView |
|--------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------|
| ![ChatViewList_Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/chatviewlist.gif) | ![ChatView Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/chatview.gif) |

## Features

Expand Down Expand Up @@ -42,12 +44,12 @@ Flutter applications with [Flexible Backend Integration](https://pub.dev/package

For a live web demo, visit [Chat View Example](https://simformsolutionspvtltd.github.io/chatview/).

## Compatibility with [`chatview_connect`](https://pub.dev/packages/chatview_connect)
## Compatibility with [chatview_connect](https://pub.dev/packages/chatview_connect)

| `chatview` version | [`chatview_connect`](https://pub.dev/packages/chatview_connect) version |
|--------------------|-------------------------------------------------------------------------|
| `>=2.4.1 <3.0.0` | `0.0.1` |
| `>= 3.0.0` | `0.0.2` |
| `chatview` version | [chatview_connect](https://pub.dev/packages/chatview_connect) version |
|--------------------|-----------------------------------------------------------------------|
| `>=2.4.1 <3.0.0` | `0.0.1` |
| `>= 3.0.0` | `0.0.2` |

## Compatible Message Types

Expand Down
1 change: 1 addition & 0 deletions example/assets/vectors/ai_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/camera_2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/chat_discovery_ai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/check_mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/create_pen.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/phone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/pinned.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/sticker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions example/assets/vectors/video.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
124 changes: 0 additions & 124 deletions example/lib/chat_operations.dart

This file was deleted.

Loading