dart_board_chat 1.12.0 dart_board_chat: ^1.12.0 copied to clipboard
Realtime Chat based on Firebase Firestore.
dart_board_chat_feature #
Add a super simple Chat feature to your app. This is built on top of dart_board_firebase_database
and dart_board_authentication
.
Getting Started #
- Configure Firebase for your platform (follow googles guides, not included here)
- Include DartBoardChatFeature() into your app
- Navigate to "/chat" to use.
Roadmap #
Nav 2.0 support and deep linking to a channel Updates to the Chat support and UI
- /chats (chat list)
- /chats/ID (deep link to specific chat)
- /chat_screen (active chat + selector)
- Notifications (+ Link to active chat)