feat: add flutter_hooks dependency

This commit is contained in:
Freek van de Ven 2025-02-12 10:01:39 +01:00 committed by Bart Ribbers
parent 52e3e570dd
commit 5414ab237f
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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