oakromulo / flutter_persistent_queue

📦 Simple localstorage-based persistent queues made available for flutter
MIT License
17 stars 10 forks source link

check if queue is empty or how many items are stored #10

Open madatr opened 4 years ago

madatr commented 4 years ago

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 there a way to check if the list is empty or not?

Thanks,

oakromulo commented 4 years ago

@madatr I'll be adding these this week - thanks for the feedback

madatr commented 4 years ago

@oakromulo Thank you very much man :)