chat_package 1.0.0-beta copy "chat_package: ^1.0.0-beta" to clipboard
chat_package: ^1.0.0-beta copied to clipboard

Fully functional chat ui for flutter, with functionality to send text, voice notes,and images

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chat_package

With Flutter:

 $ flutter pub add chat_package

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

dependencies:
  chat_package: ^1.0.0-beta

Alternatively, your editor might support dart pub get or 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';
33
likes
0
pub points
72%
popularity

Publisher

unverified uploader

Fully functional chat ui for flutter, with functionality to send text, voice notes,and images

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_keyboard_visibility, flutter_slidable, image_picker, intl, just_audio, permission_handler, photo_view, provider, record, stop_watch_timer, transparent_image

More

Packages that depend on chat_package