Thanks for writing this. It looks very handy. I'm thinking about using this in an app that manages a lot of files. It looks to me like this reads the entire contents of the mp3 right?
|
final bytes = file.readAsBytesSync(); |
If so, is it possible to just read the header of the file to get this information?