dart_seq_hive_cache 0.0.4
dart_seq_hive_cache: ^0.0.4 copied to clipboard
An extension for `dart_seq` that provides a local database for log events using Hive
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_provider
in favour ofdart:io
(removes compatibility with web platforms)
0.0.1 #
- Initial release 🎉
- Supports creating an
SeqHiveCache
for use in anSeqLogger