dart_tags 0.0.7 dart_tags: ^0.0.7 copied to clipboard
The library for work with music tags like ID3. Written on pure Dart. It can be used in flutter, web, and vm projects.
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
0.0.4 #
- Formating sources
0.0.5 #
- Update static analyzer rules
- API Changes: AttachedPicture.imageType now returns String value .imageTypeCode return byte value
0.0.6 #
- Fixed compile-time issue
0.0.7 #
- Removed assertion in parser
- Fixed some crashes.
- Added clearing from null bytes in id3v2 and unsync bytes
- UTF16 crash fixed
- Improve stability