message_item 0.0.2 copy "message_item: ^0.0.2" to clipboard
message_item: ^0.0.2 copied to clipboard

outdated

A widget to display message with items.In a modern messaging app, various items must be displayed alongside text in a message like user picture, message time, user avatars, reaction, and so on.This ch [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add message_item

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

dependencies:
  message_item: ^0.0.2

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:message_item/message_item.dart';
9
likes
0
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

A widget to display message with items.In a modern messaging app, various items must be displayed alongside text in a message like user picture, message time, user avatars, reaction, and so on.This chat message widget provide all of these functionality.Our widget is completely customizable. You can add or remove any component based on your needs. We also provide UI customization. You may modify the UI and colours to suit your needs.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on message_item