drift_flutter 0.2.7
drift_flutter: ^0.2.7 copied to clipboard
Easily set up drift databases across platforms in Flutter apps.
0.2.7 #
- Add
isolateDebugLogparameter toDriftNativeOptionsto debug internal messages between isolates.
0.2.6 #
- Add
initializeDatabaseparameter toDriftWebOptionsto enable loading initial database.
0.2.5 #
- Fix
DriftWebOptions.onResultnot being called. - Add
setupparameter toDriftNativeOptionsto customize native database connections.
0.2.4 #
- Allow providing a custom temporary directory.
- Allow providing a custom database directory, making it easier to swap out the
default
getApplicationDocumentsDirectory().
0.2.3 #
- Fix compiling to WebAssembly with Dart 3.6.0.
0.2.2 #
- Fix infinite loop in isolate server lookups when using
shareAcrossIsolatesacross hot restarts.
0.2.1 #
- Enable serialization between background isolates where necessary.
0.2.0 #
- Add
DriftNativeOptionswithshareAcrossIsolatesoption that will give multiple isolates access to the same drift database without having to manually set up ports.
0.1.0 #
- Initial version.