chat_text_package 0.0.1 copy "chat_text_package: ^0.0.1" to clipboard
chat_text_package: ^0.0.1 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 Dart:

 $ dart pub add chat_text_package

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 dart pub get):

dependencies:
  chat_text_package: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, flutter_bloc

More

Packages that depend on chat_text_package