alexmercerind / flutter_media_metadata

A Flutter plugin to read 🔖 metadata of 🎵 media files. Supports Windows, Linux, macOS, Android, iOS & Web.
MIT License
69 stars 35 forks source link

retriever is racy #11

Closed nt4f04uNd closed 3 years ago

nt4f04uNd commented 3 years ago

That is when you have a listview where for each item you are trying to fetch album art, if queries are done simulatniously, multiple items will eventaually receive same data.

I created a repro for this, see #10

nt4f04uNd commented 3 years ago

well that's quite a duplicate of #4