diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ed672..462d50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/flutter_chat/pubspec.yaml b/packages/flutter_chat/pubspec.yaml index 3789ce6..36d1791 100644 --- a/packages/flutter_chat/pubspec.yaml +++ b/packages/flutter_chat/pubspec.yaml @@ -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