WIP auth, added Drift for database and refined shared_models for data exchange

This commit is contained in:
Nate Anderson
2025-01-30 22:17:32 -07:00
parent d39e119bf4
commit 37e168e46b
15 changed files with 642 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
targets:
$default:
builders:
drift_dev:
options:
# The directory where the test files are stored:
test_dir: drift/test/ # (default)
# The directory where the schema files are stored:
schema_dir: drift/schemas/ # (default)
databases:
db: lib/database.dart
# Optional: Add more databases
# another_db: lib/database2.dart