flutter_persistent_queue 1.0.1 flutter_persistent_queue: ^1.0.1 copied to clipboard
Simple file-based non-volatile persistent queue implementation for flutter. Ideal for in-device sequential buffers that must persist between app runs.
[1.0.1] - 2019-05-09 #
- minor source code whitespace fix
[1.0.0] - 2019-05-09 #
- new buffered implementation to enforce sequential behavior, introducing a few breaking changes
- integration tests added, with throughput performance benchmarking
[0.1.4] - 2019-02-27 #
- bump synchronized to v2.1.0 to properly synchronize inner blocks on reentrant locks.
- improved example
[0.1.3] - 2019-02-27 #
- silent flush/push error handling if user does not provide handlers
- hard
maxLength
parameter added to enforce an absolute maximum queue length
[0.1.2] - 2019-02-26 #
- fix error message and add stack trace to error handling
[0.1.1] - 2019-02-25 #
- user-specified error handling behavior while flushing
[0.1.0] - 2019-02-21 #
- minor source code readability improvements
- no-reload feature added to
setup
method - improved example using
FutureBuilder
- no additional example dependencies
[0.0.1] - 2019-02-20 #
- Initial release