swifty_chat 1.6.5 copy "swifty_chat: ^1.6.5" to clipboard
swifty_chat: ^1.6.5 copied to clipboard

A Flutter package to quickly get started building Chat UIs with different type of message kinds.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add swifty_chat

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

dependencies:
  swifty_chat: ^1.6.5

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:swifty_chat/swifty_chat.dart';
14
likes
140
pub points
24%
popularity

Publisher

unverified uploader

A Flutter package to quickly get started building Chat UIs with different type of message kinds.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

carousel_slider, flutter, flutter_html, jiffy, styled_widget, swifty_chat_data, url_launcher

More

Packages that depend on swifty_chat