flutter_persistent_queue
flutter_persistent_queue copied to clipboard
📦 Simple localstorage-based persistent queues made available for flutter
Since shared_preferences is a really critical package for many apps, I'd argue that this needs to be compatible with it.
This was mostly a mechanical transform to the nullability this without understanding the code structure to unblock our internal upgrade. The integration tests and sample app still worked from what...
Did you plan to publish the latest version (6.2.0) to pub.dev?
Hi, Thanks for the useful plugin that you have made. Is there a way to get an int of how many items are stored in the queue and also is...