chat_text_package 0.0.3 copy "chat_text_package: ^0.0.3" to clipboard
chat_text_package: ^0.0.3 copied to clipboard

A Flutter package for sending text messages, featuring a "scroll to bottom" button and real-time unread message count display.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_text_package

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

dependencies:
  chat_text_package: ^0.0.3

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_text_package/chat_text_package.dart';
13
likes
145
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for sending text messages, featuring a "scroll to bottom" button and real-time unread message count display.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on chat_text_package