From ee21ecd2d766e0592da2922926780c8bf4a0dcd0 Mon Sep 17 00:00:00 2001 From: fbachus Date: Sat, 1 Aug 2026 03:05:43 +0200 Subject: [PATCH] fixup! feat(build): import database platform depending on platform --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 3c24ee4..82c7681 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -37,6 +37,8 @@ dependencies: flutter_dotenv: ^6.0.1 http: ^1.6.0 sqflite: ^2.4.2+1 + sqlite3: ^3.3.0 + sqflite_common_ffi: ^2.4.0+3 dev_dependencies: flutter_test: sdk: flutter