fyrechat 0.0.9 copy "fyrechat: ^0.0.9" to clipboard
fyrechat: ^0.0.9 copied to clipboard

A Firebase-based Flutter chat core package supporting direct and group messaging with seen status, message replies, and Firestore integration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fyrechat

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

dependencies:
  fyrechat: ^0.0.9

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:fyrechat/fyrechat.dart';
0
likes
140
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Firebase-based Flutter chat core package supporting direct and group messaging with seen status, message replies, and Firestore integration.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cloud_firestore, equatable, firebase_auth, flutter, json_annotation, meta

More

Packages that depend on fyrechat