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

With Flutter:

 $ flutter pub add chat_input

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.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_input/chat_input.dart';
3
likes
0
pub points
62%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on chat_input