WIP auth, added Drift for database and refined shared_models for data exchange
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user