feat(database): add functions for DB and DB-table creation

This commit is contained in:
fbachus
2026-06-06 01:22:36 +02:00
parent 5fd3e8faad
commit 7cfc415f9f
4 changed files with 279 additions and 24 deletions
+3 -1
View File
@@ -36,11 +36,13 @@ dependencies:
cupertino_icons: ^1.0.8
flutter_dotenv: ^6.0.1
http: ^1.6.0
sqflite: ^2.4.2+1
dev_dependencies:
flutter_test:
sdk: flutter
sqlite3: ^3.3.0
sqflite_common_ffi: ^2.4.0+3
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your