mirror of https://github.com/AMT-Cheif/drift.git
748 B
748 B
Examples using drift
This collection of examples demonstrates how to use some advanced drift features.
app
: A cross-platform Flutter app built with recommended drift options.encryption
: A very simple Flutter app running an encrypted drift database.flutter_web_worker_example
: Asynchronously run a drift database through a web worker with Flutter.migrations_example
: Example showing to how to generate test utilities to verify schema migration.modular
: Example using drift's upcoming modular generation mode.web_worker_-_example
: Asynchronously run a drift database through a web worker, without Flutter.with_built_value
: Configurebuild_runner
so that drift-generated classes can be used bybuild_runner
.