flutter_persistent_queue icon indicating copy to clipboard operation
flutter_persistent_queue copied to clipboard

📦 Simple localstorage-based persistent queues made available for flutter

Results 5 flutter_persistent_queue issues
Sort by recently updated
recently updated
newest added

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...