drift/examples/flutter_web_worker_example/lib
Simon Binder b9a605ed25
Allow async mappings from SQL to row classes
When existing, custom row classes are used, drift now supports using a
(potentially asynchronous) static method to load them instead of just
a named constructor like before.
Tables are also changed to support the `map` method being async for
cases where that is needed. The same applies to custom queries which
may have to be async now.
2022-08-12 22:55:02 +02:00
..
src Allow async mappings from SQL to row classes 2022-08-12 22:55:02 +02:00
main.dart Move examples into top-level folder 2022-04-01 22:11:21 +02:00