dart_seq_hive_cache 0.0.6
dart_seq_hive_cache: ^0.0.6 copied to clipboard
An extension for `dart_seq` that provides a local database for log events using Hive
0.0.6 #
- Fix invalid implementation of
peekwhere only the first entry is returned multiple times
0.0.5 #
- Updated to dart_seq 0.1.0
- Removed
registerSeqEventTypeAdapterfromSeqHiveCache.createfactory- If you still want to override the default
SeqEventTypeAdapteryou can do so by callingHive.registerAdapter(MySeqEventTypeAdapter(), override: true)after callingSeqHiveCache.create
- If you still want to override the default
0.0.4 #
- Fix use of invalid type id
0.0.3 #
- Make unique id publicly and statically accessible
- Added ability to disable registering the default SeqEvent type adapter
- Simplify reading back exceptions
- Updated to dart_seq 0.0.4
0.0.2 #
- Removed dependency on
path_providerin favour ofdart:io(removes compatibility with web platforms)
0.0.1 #
- Initial release 🎉
- Supports creating an
SeqHiveCachefor use in anSeqLogger