drift/examples
Simon Binder 1d8fa16e2c
Enable legacy alter table in alterTable
2022-12-23 13:42:01 +01:00
..
app Fix DriftSqlType.deserialize for double, dateTime and any 2022-12-22 02:08:04 +00:00
encryption Run build 2022-12-01 04:43:27 +00:00
flutter_web_worker_example Exchange dialect information for remote database 2022-12-18 22:02:49 +01:00
migrations_example Enable legacy alter table in alterTable 2022-12-23 13:42:01 +01:00
modular Add `DriftAny` type to wrap `ANY` in strit tables 2022-12-18 18:55:17 +01:00
web_worker_example Exchange dialect information for remote database 2022-12-18 22:02:49 +01:00
with_built_value Fix DriftSqlType.deserialize for double, dateTime and any 2022-12-22 02:08:04 +00:00
README.md Begin optional modular code generation 2022-11-20 17:28:27 +01:00

README.md

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 Fluter.
  • 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: Configure build_runner so that drift-generated classes can be used by build_runner.