drift/moor/test/utils
Simon Binder b0887a9fec
Inline usages of package:synchronized
Future-chaining is cheap and gets the job done. Since
the synchronized package is holding back a stable null-
safety release and only has a single use in moor, we can
drop that package in favor of a simpler implementation.
2021-02-15 18:20:55 +01:00
..
expand_variables_test.dart Use explicit indices for array parameters 2019-08-15 21:26:27 +02:00
lazy_database_test.dart Migrate more tests to null safety 2021-01-20 12:30:59 +01:00
single_transformer_test.dart Make getSingle() and watchSingle() non-nullable 2020-12-14 20:22:27 +01:00
start_with_value_transformer_test.dart Fix streams still emitting data after cancel (#766) 2020-08-15 21:19:29 +02:00
synchronized_test.dart Inline usages of package:synchronized 2021-02-15 18:20:55 +01:00