drift/examples
Simon Binder 2cd77ad8a2
Merge pull request #1916 from simolus3/change-integration-tests-dialect
Change integration tests dialect
2022-07-02 18:11:50 +02:00
..
app Update ios, macos projects 2022-07-02 08:31:17 +02:00
flutter_web_worker_example Revert dialect changes 2022-07-02 08:30:29 +02:00
migrations_example Revert dialect changes 2022-07-02 08:30:29 +02:00
web_worker_example Revert dialect changes 2022-07-02 08:30:29 +02:00
with_built_value Migrate remaining examples to null-safety 2022-07-01 21:51:33 +02:00
README.md Add new cross-platform Flutter example 2022-04-02 18:01:10 +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.
  • 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.