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

Add null check for albumArt #31

Open iliyami opened 1 year ago

iliyami commented 1 year ago

null value for albumArt cause crashes because there is no null check, So I've just added a null check to it.

BTW, Thanks for your good package ;)