Freek van de Ven
c11f02de4a
chore: update flutter_chat to version 5.0.0
2025-03-04 09:07:24 +01:00
777662d65e
feat: add error builder to chat detail screen for failed to load messages
2025-02-27 17:11:13 +01:00
Freek van de Ven
efafb8dac1
feat: add senderId and chatId to uploadImage
2025-02-18 09:29:20 +01:00
Freek van de Ven
ffbce235a5
feat: add proper pagination to chat_detail_screen.dart
2025-02-17 10:07:24 +01:00
Freek van de Ven
d298fbe15b
fix: use ChatService instead of UserRepository directly for getAllUsersForChat
2025-02-14 09:31:39 +01:00
Freek van de Ven
acbb809a57
feat: update ChatRepositoryInterface with methods to manage pagination of messages in a chat
2025-02-14 09:31:39 +01:00
Freek van de Ven
44209c4d2f
feat: add FlutterChatDetailNavigatorUserstory to start a userstory with only the chat detail and subscreens of that screen
2025-02-13 10:47:48 +01:00
Freek van de Ven
52e3e570dd
feat: change ChatService and ChatScope to work the same as in flutter_availability
...
The userid should be managed inside of the service and it should come from the ChatOptions
2025-02-13 10:47:48 +01:00
Freek van de Ven
9af9bc8078
feat: add getAllUsersForChat to UserRepositoryInterface
...
This allows to get all the users for a chat in one call instead of doing multiple seperate calls for every individual user of a chat
2025-02-11 16:15:34 +01:00
Freek van de Ven
da3b78f63b
feat: add messageType to MessageModel
2025-02-03 11:19:59 +01:00
Freek van de Ven
91420fde78
feat: finishup 4.0.0
2024-10-31 11:41:47 +01:00
d5b7183df5
chore: publish all packages to forgejo
2024-10-31 11:41:47 +01:00
bd14f5cd6d
fix: add remaining documentation and fix deep nesting
2024-10-31 11:41:47 +01:00
HammadAsiif
f8bffceb4b
chore(flutter_chat): various fixes and improvements
...
- style: use consistent font in buttons
- fix: update profile picture icon for adding a group chat to match design
- fix: align "Write your message here" placeholder text and buttons properly in the input box
- fix: ensure 'next' button is not visible when no one is selected for group chat
- fix: allow scroll to go further so the last person in the list is not hidden by the ‘next’ button
- fix: make entire name clickable when adding members to a group chat
- fix: change text from “create a groupchat” to “start a groupchat”
- fix: make 'create group chat' button inactive until a name is entered
- style: adjust image picker icon sizes, and cancel button font
2024-10-31 11:41:47 +01:00
61de7ae44a
feat: add firebase repo implementation, remove scaffold builders and add basescreenbuilder
2024-10-31 11:41:47 +01:00
1f3dc09f44
fix: feedback
2024-10-31 11:41:47 +01:00
ec89961e07
feat: refactor
2024-10-31 11:41:47 +01:00