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 Dart:

 $ dart pub add chat_input
copied to clipboard

With Flutter:

 $ flutter pub add chat_input
copied to clipboard

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

dependencies:
  chat_input: ^0.0.2
copied to clipboard

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_input/chat_input.dart';
copied to clipboard
9
likes
0
points
86
downloads

Publisher

unverified uploader

Weekly Downloads

2024.07.07 - 2025.01.19

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on chat_input