chat_composer 1.0.3 copy "chat_composer: ^1.0.3" to clipboard
chat_composer: ^1.0.3 copied to clipboard

A Flutter package for easy implementation of chat composer allows users to chat with Text, Audio, and Other Media.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add chat_composer

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

dependencies:
  chat_composer: ^1.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_composer/chat_composer.dart';
46
likes
120
pub points
77%
popularity

Publisher

verified publisheranouarkabbouri.com

A Flutter package for easy implementation of chat composer allows users to chat with Text, Audio, and Other Media.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

bloc, flutter, flutter_bloc, flutter_sound_lite, fluttertoast, path_provider, permission_handler, plugin_platform_interface

More

Packages that depend on chat_composer