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

outdated

A Flutter package to quickly get started building Chat UIs with different kind 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.0.4

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
0
pub points
30%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

carousel_slider, dart_extensions, flutter, flutter_html, styled_widget, swifty_chat_data

More

Packages that depend on swifty_chat