drift/examples
Roman Laptev b2796fc77e
[drift_dev] Update analyzer and deprecated methods (#2084)
2022-09-27 21:30:12 +02:00
..
app Always escape column names 2022-09-22 16:55:36 +02:00
encryption Use melos to manage packages (#2060) 2022-09-15 23:42:20 +02:00
flutter_web_worker_example Use melos to manage packages (#2060) 2022-09-15 23:42:20 +02:00
migrations_example Serialize and read uniqueKeys from schema (#2069) 2022-09-22 17:47:06 +02:00
web_worker_example Use melos to manage packages (#2060) 2022-09-15 23:42:20 +02:00
with_built_value [drift_dev] Update analyzer and deprecated methods (#2084) 2022-09-27 21:30:12 +02:00
README.md Add encryption example 2022-08-25 21:17:08 +02: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.
  • 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.