Commit graph

172 commits

Author SHA1 Message Date
Freek van de Ven
45b5d4eeea feat: add ChatScope inherited widget for accessing the options, service and userId everywhere through the context 2025-02-10 08:25:50 +01:00
Freek van de Ven
da3b78f63b feat: add messageType to MessageModel 2025-02-03 11:19:59 +01:00
Freek van de Ven
d60917028a feat: add chatMessageBuilder to the chatoptions to override default behavior
With the chatMessageBuilder it is possible to run a null whenever you still want to use the default but only want to update the chat in very specific cases.
I also slightly refactored the chat_detail_screen.dart to remove duplicate code and make it more readable
2025-01-30 16:24:14 +01:00
Kiril Tijsma
7a30621ab9 fix(color-picker): get icon color from theme 2025-01-30 16:22:00 +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
mike doornenbal
b6fc7b2cb0 fix: getting users 2024-10-31 11:41:47 +01:00
mike doornenbal
4ee5445809 fix: image_picker version 2024-10-31 11:41:47 +01:00
mike doornenbal
ed95dbd15c fix: upgrade image_picker to 4.0.0 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
mike doornenbal
44579ca306 fix: update for safino 2024-10-31 11:41:47 +01:00
mike doornenbal
8f13d87a23 feat: ui update 2024-10-31 11:41:47 +01:00
Freek van de Ven
644615f026 fix: center the texts for no users found with search and type first message 2024-10-31 11:41:47 +01:00
Freek van de Ven
9be096154f feat: add component release workflow 2024-10-28 10:11:24 +01:00
Gorter-dev
f5040d5809
Merge pull request #106 from Iconica-Development/chore/deploy
chore: ready the package for deployment to the pub server
2024-07-22 15:01:15 +02:00
c7fe7152b3 chore: ready the package for deployment to the pub server 2024-07-19 11:56:04 +02:00
2564c74066 chore: add fvm configuration to gitignore 2024-07-19 11:32:07 +02:00
Freek van de Ven
15f15748b6
Merge pull request #93 from Iconica-Development/3.0.1
fix: routing issues
2024-06-17 13:36:12 +02:00
Freek van de Ven
2f2e2be6dd fix: change the backgroundcolors 2024-06-14 16:33:02 +02:00
Freek van de Ven
d46c83e847 fix: handle overflows for users with a long name 2024-06-14 15:47:24 +02:00
Freek van de Ven
d13a8013ac feat: add onPopInvoked callback for a popscope inside the userstory 2024-06-13 09:33:11 +02:00
mike doornenbal
8b4ada7edc fix: linter issue 2024-06-06 15:48:47 +02:00
mike doornenbal
61d901c741 fix: routing issues 2024-06-06 14:47:07 +02:00
Freek van de Ven
5e4a9c7ab4
Merge pull request #92 from Iconica-Development/bugfix/feedback
fix: feedback
2024-06-06 13:13:15 +02:00
mike doornenbal
1141aea83c fix: feedback 2024-06-06 13:05:18 +02:00
Gorter-dev
5464766747
Merge pull request #91 from Iconica-Development/fix/issues
fix: solve several issues
2024-06-04 16:52:33 +02:00
7cfd8087a1 fix: solve several issues 2024-06-04 16:18:00 +02:00
Gorter-dev
3d3153d2ce
Merge pull request #68 from Iconica-Development/2.0.0
Improve flutter_chat for usage in safino
2024-05-29 15:37:26 +02:00
Freek van de Ven
c9a11758d8 fix: add check for groupchats with only 1 member 2024-05-24 14:17:58 +02:00
Freek van de Ven
82448ab9e0 feat: lock CI version to flutter 3.19.6 2024-05-24 08:40:38 +02:00
Freek van de Ven
efd6fc138c fix: add option to set a custom padding around the list of chats 2024-05-23 17:17:11 +02:00
Freek van de Ven
1eb5f99b7b fix: remove divider at the new chat screen because it is not working correctly 2024-05-23 16:49:26 +02:00
Freek van de Ven
146ec3a1a9 feat: make all transltions required for ChatTranslations and provide an .empty() alternative 2024-05-22 11:59:21 +02:00
Freek van de Ven
b5656d5f3a feat: add option to disable groupchat creation 2024-05-09 21:25:43 +02:00
Freek van de Ven
86c50f47f6 feat: change onPressUserProfile callback to use the ChatUserModel 2024-05-09 21:05:33 +02:00
Freek van de Ven
06167d202e feat: add service and translationbuilder for userstory configuration to fetch both when needed 2024-05-09 19:31:56 +02:00
Gorter-dev
37e975ceec
Merge pull request #67 from Iconica-Development/bugfix/default_styling
fix: default_styling
2024-04-26 13:52:57 +02:00
mike doornenbal
58451a7e5e fix: default_styling 2024-04-26 13:35:07 +02:00
Gorter-dev
c370df0bdd
Merge pull request #66 from Iconica-Development/bugfix/feedback
fix: apply feedback
2024-04-23 10:06:52 +02:00
mike doornenbal
0d22cea2f7 fix: apply feedback 2024-04-23 09:57:13 +02:00
Gorter-dev
3b443ee1fc
Merge pull request #65 from Iconica-Development/1.4.1
refactor/match with Figma
2024-04-19 15:44:53 +02:00
Vick Top
70c795e89a fix: fix linter issue 2024-04-19 15:40:25 +02:00
Vick Top
3de70d7710 refactor: set correct yaml version 2024-04-19 15:35:45 +02:00
Vick Top
3b7256173f doc: add to changelog 2024-04-19 14:47:16 +02:00
Vick Top
e85b107038 refactor: change delete chat snackbar 2024-04-19 14:21:14 +02:00
Vick Top
6bafc86a2d refactor: remove personal chat avatar from chat detail screen 2024-04-19 13:01:09 +02:00