scaffold_flutter_database
Generate an offline-first Drift (SQLite) database with type-safe table schemas, reactive DAOs, and schema migration routines.
Instructions
Scaffolds an offline-first type-safe Drift (SQLite) database with table schemas, DAOs with reactive streams, and schema version migration routines.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | No | Database tables and column definitions. | |
| databaseName | Yes | Name of the database (e.g. 'App', 'Expense', 'Commerce'). | |
| schemaVersion | No | Schema version number. |