Aditya

Results 14 comments of Aditya

The app just gets frozen. There is nothing printed on the console. I repeat that it works on my pixel emulator but does not work with my real physical Samsung...

This is the snippet:- ```dart late final AudioMetadata audioMetadata; String? thumbnailFilePath = _localAlbumArtCacheRepository.getCachedAlbumArtPath(filePath: path); //Cache album art if it doesn't exist if (thumbnailFilePath == null) { audioMetadata = readMetadata(File(path), getImage:...

I think this attached file is causing the problem. After removing it seems to run but this did not happen with other packages [problematic_mp3.zip](https://github.com/user-attachments/files/18390006/problematic_mp3.zip)

@Bip901 Would share as .md file make more sense or is this request specifically meant just to share as plain text? Because sharing .md syntax would look bad imo