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

A Flutter package for for chat input supports audio,image and Text

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_input

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

dependencies:
  chat_input: ^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:chat_input/chat_input.dart';
3
likes
100
pub points
62%
popularity

Publisher

unverified uploader

A Flutter package for for chat input supports audio,image and Text

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

easy_debounce, flutter, flutter_animate, image_picker, path_provider, permission_handler, record, shimmer, uuid, vibration

More

Packages that depend on chat_input