drift/examples
Simon Binder 9e2e9c47be
Upgrade to latest `sqlite3` package in example app
2022-05-04 20:41:15 +02:00
..
app Upgrade to latest `sqlite3` package in example app 2022-05-04 20:41:15 +02:00
flutter_web_worker_example Merge remote-tracking branch 'simolus3/develop' into unique-constraint 2022-04-02 20:13:44 +02:00
migrations_example Support drift-defined views schema tools (#1813) 2022-04-23 23:31:04 +02:00
web_worker_example Merge remote-tracking branch 'simolus3/develop' into unique-constraint 2022-04-02 20:13:44 +02:00
with_built_value Merge remote-tracking branch 'simolus3/develop' into unique-constraint 2022-04-02 20:13:44 +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.