flutter_firebase_chat_core
flutter_firebase_chat_core copied to clipboard
Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.
Hi, I can't seem to find an example of group rooms. I don't really understand the reason for supplying a list of users when you create it, so I just...
Actually i'm building Supabase version now, i've made a firebase angular app before and i did pagination. But i still can't get used to use Flyer chat yet. So do...
App stucks on installing with black screen on device. I have also included google services file.
In a certain chat conversation, we might want to block the other user in case of, for instance, abusive content. Currently, I don't see any option in the documentation to...
Hello ! Sorry i'm new as developer. But actually i want to try to show all room from a specifics user. I have a "SuperAdmin user", who all "user" chat...
Hello, We were developing chat application using flyer chat with firebase. We are facing an issue when sending a new messages when there are many messages present in the chat...
Hey, In the example, I noticed createRoom is called when the user taps on another one at https://github.com/flyerhq/flutter_firebase_chat_core/blob/main/example/lib/users.dart I use this logic in my app, and noticed Firestore is littered...
Hello 👋 I'm new to flutter I want to create a room with a specific userID. can't find it in the documentation do you have any example or idea to...
the Flutter team has announced that Flutter on desktop platforms moved to the stable channel, which includes Linux and MacOS. Windows was announced a couple of months back. i have...
I have read through the docs, and example code. The example code seems like a collection of independent Scaffolds, like Rooms, ChatPage, LoginPage. Scaffolds don't seem like the best Widget...