From b90d1587c5e1afa30905d192da718ca39af2e323 Mon Sep 17 00:00:00 2001 From: qzl Date: Sat, 28 Feb 2026 13:29:47 +0800 Subject: [PATCH] chore(chat): add json_annotation and shared_preferences deps --- apps/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/pubspec.yaml b/apps/pubspec.yaml index 040f5d1..0b0826d 100644 --- a/apps/pubspec.yaml +++ b/apps/pubspec.yaml @@ -19,6 +19,8 @@ dependencies: get_it: ^7.7.0 lucide_icons: ^0.257.0 intl: ^0.19.0 + shared_preferences: ^2.2.2 + json_annotation: ^4.8.1 dev_dependencies: flutter_test: @@ -26,6 +28,8 @@ dev_dependencies: flutter_lints: ^6.0.0 bloc_test: ^9.1.7 mocktail: ^1.0.4 + json_serializable: ^6.7.1 + build_runner: ^2.4.8 flutter: uses-material-design: true