chat_package 2.1.0 copy "chat_package: ^2.1.0" to clipboard
chat_package: ^2.1.0 copied to clipboard

A fully functional, customizable Flutter chat UI for sending text, voice notes, images, in-app camera photos and video messages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_package

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  chat_package: ^2.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:chat_package/chat_package.dart';
36
likes
160
points
184
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A fully functional, customizable Flutter chat UI for sending text, voice notes, images, in-app camera photos and video messages.

Repository (GitHub)
View/report issues

Topics

#chat #chat-ui #voice-message #camera #messaging

License

MIT (license)

Dependencies

camera, flutter, image_picker, intl, just_audio, path_provider, permission_handler, photo_view, provider, record, stop_watch_timer, video_player

More

Packages that depend on chat_package