From 0aa8e1a2a13fbf28cc7187c29359f863f2675073 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Mon, 23 Jun 2025 18:41:54 +0200 Subject: [PATCH] added dependencies for drift db --- pubspec.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index aa5fa8a..df16c45 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,6 +34,9 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 + drift: ^2.27.0 + drift_flutter: ^0.2.4 + path_provider: ^2.1.5 dev_dependencies: flutter_test: @@ -45,6 +48,8 @@ dev_dependencies: # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^5.0.0 + drift_dev: ^2.27.0 + build_runner: ^2.5.4 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec