From 4c48cf8cd4d5af571df96571aa85b412441a0608 Mon Sep 17 00:00:00 2001 From: Freek van de Ven Date: Wed, 12 Feb 2025 10:01:39 +0100 Subject: [PATCH] feat: add flutter_hooks dependency --- CHANGELOG.md | 1 + packages/flutter_chat/pubspec.yaml | 1 + 2 files changed, 2 insertions(+) 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