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.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'pubspec.yaml') diff --git a/pubspec.yaml b/pubspec.yaml index a02bef0..a80996c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,6 +12,7 @@ dependencies: mqtt_client: ^10.11.3 path_provider: ^2.1.5 provider: ^6.1.5 + sqlite3: ^3.2.0 dev_dependencies: flutter_test: -- cgit v1.3