v2.0.0mobile_chat_ui
A fully customizable modern chat UI for Android, IOS and web developers.
32Likes 1430-day downloads140Pub points
AndroidiOS
A fully customizable modern chat UI for Android, IOS and web developers.
^3.2.3{"sdk":"flutter"}^0.0.7^6.3.1^1.1.2^4.3.0^0.4.0+2^9.28.0^1.3.0^12.0.0+1^2.1.5^5.8.0+1{"sdk":"flutter"}^2.0.0^2.0.1English project snapshot. Visit GitHub for the latest content.
A fully customizable modern chat UI for Android, IOS and web developers.
Dart >=3.1.1 and Flutter >=3.13.3
First run the following command in your terminal:
flutter pub add mobile_chat_ui
import 'package:mobile_chat_ui/mobile_chat_ui.dart';
return Scaffold(
appBar: AppBar(title: const Text("Chat Test")),
body: Chat(
user: loggedInUser,
messages: messages,
theme: DefaultChatTheme(userAvatarRadius: 12),
authorDetailsLocation: AuthorDetailsLocation.bottom,
hasInput: true,
showUserAvatar: true,
),
);
All contributions are welcome!
If you like this project then please click on the 🌟 it'll be appreciated or if you wanna add more epic stuff you can submit your pull request and it'll be gladly accepted 🙆♂️
or if you found any bug or issue do not hesitate opening an issue on github