dart_tags 0.0.3 dart_tags: ^0.0.3 copied to clipboard
A dart library for work with music tags like ID3.
0.0.1 #
- Initial version
- Supports Id3 v1.1 tags
0.0.2 #
- Basic support of ID3 v2.4 tags
- support main frames include APIC
- TagProcessor now can get tags from file and from ByteData
- You can select which type of tag do you want to get
- Small fix in id3 v1 parser
0.0.3 #
- Removed dependency from [dart:io]
- Some API changes