audiotagger 2.2.0 audiotagger: ^2.2.0 copied to clipboard
Library to read and write ID3 tags to MP3 files. You can get data as Map object or Tag object.
1.0.0 #
- First release. See ReadMe file for informations.
1.0.2 #
- Fixed bug in
writeTags
whenartwork
field was not provided. - Updated dependecies, examples and README.
1.0.3 #
- Increased performance.
1.0.5 #
- Updated documentation.
1.1.0 #
- Fixed a bug that prevented a field from being reset.
- Added new method
writeTag
to write a single tag field. - Removed
checkPermission
flag. This will prevent problems of compatibility between Audiotagger and Permission handler library. Refer to README for any information.
2.0.0 #
- Migrated project to support Null-Safety feature.
2.1.0 #
- Fixed bug #12.
- Improved behavior of
readTags
method. - Migrated
AudiotaggerPlugin.java
to 1.12 Flutter plugin APIs. - Improved testing files.