FLUTTER ECOSYSTEM

ayzerobug/mobile_chat_ui

Android, IOS 및 웹 개발자를 위한 완전히 사용자 정의 가능한 현대적인 채팅 UI입니다.

모바일 채팅 인터페이스 프로젝트 이미지
Stars
10
Forks
6
최근 푸시(UTC)
2025. 4. 28.
프로젝트 상태
활성
Ayomide Micheal GitHub avatar
GITHUB User

Ayomide Micheal ↗

AyzerobugNigeria
언어Dart

기술 주제

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 15 개

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Mobile Chat UI

A fully customizable modern chat UI for Android, IOS and web developers.


Chat Image


Getting Started

Requirements

Dart >=3.1.1 and Flutter >=3.13.3

First run the following command in your terminal:

flutter pub add mobile_chat_ui

Usage

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,
    ),
);

Contributing

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