Skip to content

Commit aa0dbbc

Browse files
- Updated repository URL
1 parent 92feb53 commit aa0dbbc

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
![Banner](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_chatview/main/preview/banner.png)
1+
![Banner](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/banner.png)
22

33
# ChatView
44

55
[![chatview](https://img.shields.io/pub/v/chatview?label=chatview)](https://pub.dev/packages/chatview)
6-
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/blob/main/LICENSE)
6+
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/SimformSolutionsPvtLtd/chatview/blob/main/LICENSE)
77

88
ChatView is a Flutter package that allows you to integrate a highly customizable chat UI in your
99
Flutter applications with [Flexible Backend Integration][chatViewConnect].
1010

11-
![Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_chatview/main/preview/chatview.gif)
11+
![Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/chatview.gif)
1212

1313
## Features
1414

@@ -27,9 +27,9 @@ Flutter applications with [Flexible Backend Integration][chatViewConnect].
2727

2828
## Documentation
2929

30-
Visit our [documentation](https://simform-flutter-packages.web.app/chatView) site for detailed guides, API references, and examples.for detailed guides, API references, code examples, and more. All implementation details, usage instructions, and advanced features can be found in the documentation.
30+
Visit our [documentation](https://simform-flutter-packages.web.app/chatView) site for all
31+
implementation details, usage instructions, code examples, and advanced features.
3132

32-
We welcome improvements to our documentation! If you find any issues or have suggestions, please [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues). To contribute fixes, please create a pull request with your changes to the `doc/documentation.md` file. We appreciate your help in making our documentation better!
3333
## Installation
3434

3535
```yaml
@@ -47,9 +47,15 @@ Make `ChatView` backend-ready with [chatview_connect][chatViewConnect]
4747

4848
## Support
4949

50-
For issues or feature requests, please [create an issue](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues) on GitHub.
50+
For questions, issues, or feature
51+
requests, [create an issue](https://github.com/SimformSolutionsPvtLtd/chatview/issues) on GitHub or
52+
reach out via the GitHub Discussions tab. We're happy to help and encourage community contributions.
53+
To contribute documentation updates specifically, please make changes to the doc/documentation.md
54+
file and submit a pull request.
5155

5256
## License
53-
This project is licensed under the MIT License - see the [LICENSE](https://simform-flutter-packages.web.app/chatView/license).
57+
58+
This project is licensed under the MIT License - see
59+
the [LICENSE](https://simform-flutter-packages.web.app/chatView/license).
5460

5561
[chatViewConnect]: https://pub.dev/packages/chatview_connect

doc/documentation.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Flutter applications with [Flexible Backend Integration](https://pub.dev/package
55

66
## Preview
77

8-
![Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/flutter_chatview/main/preview/chatview.gif)
8+
![Preview](https://raw.githubusercontent.com/SimformSolutionsPvtLtd/chatview/main/preview/chatview.gif)
99

1010
## Features
1111

@@ -23,7 +23,7 @@ Flutter applications with [Flexible Backend Integration](https://pub.dev/package
2323
using [chatview_connect](https://pub.dev/packages/chatview_connect)
2424
- And a wide range of configuration options to customize your chat.
2525

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

2828
## Compatible Message Types
2929

@@ -493,6 +493,13 @@ ChatView(
493493
)
494494
```
495495

496+
## Backend Integration
497+
498+
Easily connect Chatview UI to any backend using the [**Chatview Connect**](https://pub.dev/packages/chatview_connect)
499+
package. It offers ready-to-use solutions for
500+
real-time messaging with supporting media uploads.
501+
502+
496503
# Migration Guide
497504

498505
## Migration Guide for ChatView 2.0.0
@@ -692,13 +699,13 @@ Contributions are welcome! If you'd like to contribute to this project, please f
692699

693700
## Report Issues
694701

695-
If you find any bugs or have feature requests, please create an issue in the [issue tracker](https://github.com/SimformSolutionsPvtLtd/flutter_chatview/issues).
702+
If you find any bugs or have feature requests, please create an issue in the [issue tracker](https://github.com/SimformSolutionsPvtLtd/chatview/issues).
696703

697704
## Project Resources
698705

699-
- GitHub Repository: [flutter_chatview](https://github.com/SimformSolutionsPvtLtd/flutter_chatview).
706+
- GitHub Repository: [chatview](https://github.com/SimformSolutionsPvtLtd/chatview).
700707
- Package on pub.dev: [chatview](https://pub.dev/packages/chatview).
701-
- Web Demo: [Chat View Example](https://simformsolutionspvtltd.github.io/flutter_chatview/).
708+
- Web Demo: [Chat View Example](https://simformsolutionspvtltd.github.io/chatview/).
702709
- Blog Post: [ChatView: A Cutting-Edge Chat UI Solution](https://medium.com/simform-engineering/chatview-a-cutting-edge-chat-ui-solution-7367b1f9d772).
703710

704711
# License

0 commit comments

Comments
 (0)