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

A comprehensive Flutter chat library with Firebase integration, featuring advanced UI, group chat support, and real-time messaging capabilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add chatverse

With Flutter:

 $ flutter pub add chatverse

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

dependencies:
  chatverse: ^0.0.2

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:chatverse/chatverse.dart';
3
likes
0
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Flutter chat library with Firebase integration, featuring advanced UI, group chat support, and real-time messaging capabilities.

Repository (GitHub)
View/report issues

Topics

#chat #firebase #messaging #realtime #group-chat

Documentation

Documentation

License

unknown (license)

Dependencies

cached_network_image, cloud_firestore, emoji_picker_flutter, file_picker, firebase_auth, firebase_core, firebase_storage, flutter, flutter_chat_bubble, flutter_linkify, image_picker, intl, path_provider, provider, timeago, url_launcher, uuid

More

Packages that depend on chatverse