chat_ui_kit 1.4.0 copy "chat_ui_kit: ^1.4.0" to clipboard
chat_ui_kit: ^1.4.0 copied to clipboard

A complete Flutter chat UI kit which provides you with a base structure as well as a set of tools that allow you to quickly build up a modern chat UI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_ui_kit

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

dependencies:
  chat_ui_kit: ^1.4.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_ui_kit/chat_ui_kit.dart';
62
likes
120
pub points
62%
popularity

Publisher

unverified uploader

A complete Flutter chat UI kit which provides you with a base structure as well as a set of tools that allow you to quickly build up a modern chat UI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, flutter, flutter_video_info, functional_widget_annotation, implicitly_animated_reorderable_list, intl, just_audio, video_thumbnail

More

Packages that depend on chat_ui_kit