mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-18 18:33:49 +02:00
feat: add flutter_hooks dependency
This commit is contained in:
parent
52e3e570dd
commit
5414ab237f
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
- Update the default chat message builder to a new design
|
||||
- Added ChatScope that can be used to get the ChatService and ChatTranslations from the context. If you use individual components instead of the userstory you need to wrap them with the ChatScope. The options and service will be removed from all the component constructors.
|
||||
- Added getAllUsersForChat to UserRepositoryInterface for fetching all users for a chat
|
||||
- Added flutter_hooks as a dependency for easier state management
|
||||
|
||||
## 4.0.0
|
||||
- Move to the new user story architecture
|
||||
|
|
|
@ -13,6 +13,7 @@ dependencies:
|
|||
|
||||
cached_network_image: ^3.2.2
|
||||
intl: any
|
||||
flutter_hooks: ^0.20.5
|
||||
|
||||
flutter_image_picker:
|
||||
hosted: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||
|
|
Loading…
Reference in a new issue