From c63d90163dbfd576f7965b774c1084bb01060630 Mon Sep 17 00:00:00 2001 From: "Sanders (aider)" Date: Mon, 9 Jun 2025 15:54:09 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D1=80=D0=B0=D0=B1?= =?UTF-8?q?=D0=BE=D1=82=D1=8B=20=D1=81=20Hive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 27c186c..364c398 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -35,6 +35,13 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 hive_ce: ^2.11.3 + hive_flutter: ^1.1.0 + get_it: ^7.2.0 + path_provider: ^2.0.15 + +dev_dependencies: + hive_generator: ^2.0.0 + build_runner: ^2.4.0 dev_dependencies: flutter_test: