drift_flutter 0.2.3 drift_flutter: ^0.2.3 copied to clipboard
Easily set up drift databases across platforms in Flutter apps.
0.2.3 #
- Fix compiling to WebAssembly with Dart 3.6.0.
0.2.2 #
- Fix infinite loop in isolate server lookups when using
shareAcrossIsolates
across hot restarts.
0.2.1 #
- Enable serialization between background isolates where necessary.
0.2.0 #
- Add
DriftNativeOptions
withshareAcrossIsolates
option that will give multiple isolates access to the same drift database without having to manually set up ports.
0.1.0 #
- Initial version.