preference_engine 0.1.1
preference_engine: ^0.1.1 copied to clipboard
Durable append-only file storage engine for native Dart and Flutter apps.
Preference Engine #
The durable storage backend used by package:preference. It provides an
append-only file log, atomic commits, recovery of a truncated write tail,
compaction, diagnostics, and an in-memory backend for tests.
This package is primarily an implementation dependency. Most applications
should depend on package:preference instead.
The 0.1.0 alpha-phase release supports native Dart VM targets only. Web storage
is deliberately unavailable until its durability work is complete.