From 2aa1aa0d29fd551509d4a1ebb2a0a5470fc460d7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 20 Mar 2026 17:17:08 +0100 Subject: Add sqlite3 package Application data should be stored in a single sqlite3 database. This allows pretty mature and powerful data storage which works on Linux, Android, iOS, MacOS and Windows. --- pubspec.lock | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pubspec.lock') diff --git a/pubspec.lock b/pubspec.lock index cbe497a..a861593 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -392,6 +392,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.10.2" + sqlite3: + dependency: "direct main" + description: + name: sqlite3 + sha256: caa693ad15a587a2b4fde093b728131a1827903872171089dedb16f7665d3a91 + url: "https://pub.dev" + source: hosted + version: "3.2.0" stack_trace: dependency: transitive description: -- cgit v1.3