drift/examples
ValentinVignal 99affe3fac
🐛 Use correct type for enum converter
2022-11-30 23:53:46 +08:00
..
app Add helper method to setup isolates more easily 2022-11-25 17:54:38 +01:00
encryption 🐛 Use correct type for enum converter 2022-11-30 23:53:46 +08:00
flutter_web_worker_example Merge remote-tracking branch 'origin/develop' into modular-generation 2022-11-18 16:56:55 +01:00
migrations_example Fix generating schema test code 2022-11-28 21:59:17 +01:00
modular Support generating database accessors in modular mode 2022-11-25 14:49:14 +01:00
web_worker_example Merge remote-tracking branch 'origin/develop' into modular-generation 2022-11-18 16:56:55 +01:00
with_built_value Fix generating schema test code 2022-11-28 21:59:17 +01: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.