id3 1.0.2 id3: ^1.0.2 copied to clipboard
A cross platform dart package to extract meta data from mp3 files.
[1.0.2] - 2021-11-08 #
- Parse PicType, fix picture on ID3v2.2
- Welcome @moffatman as a collaborator
- Properly parse ID3v2.2 tags
[1.0.1] - 2021-08-28 #
- Properly parse ID3v2.2 tags, with some explicit type notation
[1.0.0] - 2021-07-17 #
- API Update, takes bytes instead of fileName as argument in
MP3Instance
- Fix corrupted album art [Thanks to @moffotman]
- Migration to null safety [Thanks to @4-alok]
[0.1.8] - 2020-01-08 #
- Removed redundant "this" and "new" keyword
[0.1.3] - 2019-08-07 #
- Renamed parseTagsSync to parseTagsSync
[0.1.1] - 2019-07-24 #
- First public release with id3v1 and id3v2.3 support
[0.0.5] - 2019-07-19 #
- Added id3v1 support
[0.0.4] - 2019-07-18 #
- Initial Release