audiotags 1.4.3 copy "audiotags: ^1.4.3" to clipboard
audiotags: ^1.4.3 copied to clipboard

Read and write audio metadata in Flutter. Supports multiple formats.

1.4.3 #

  • Updated FRB to 2.7.0
  • Fixed tests

1.4.2 #

  • Fix ld: library 'macos' not found (thanks @terrakok)

1.4.1 #

  • Support Gradle 8 (thanks @josereia)
  • Fix CI

1.4.0 #

BREAKING: MimeType.none is removed. Instead, null is used to indicate no mimetype.

  • Update lofty dependency (thanks @dannyglover)
  • Change Linux target to x86_64-unknown-linux-musl

1.3.0 #

BREAKING: artist is now trackArtist

  • Add support for more metadata fields (thanks @dannyglover)
    • albumArtist
    • discNumber
    • discTotal

1.2.1 #

  • Update .pubignore

1.2.0 #

  • Add custom errors.
  • Add support for trackNumber and trackTotal metadata.
  • Fix Android libraries not being extracted during build.
  • Update lofty dependency.

1.1.3 #

  • Update flutter_rust_bridge version.

1.1.2 #

  • Add CI/CD
  • Download binaries from release assets.
  • Specify exact flutter_rust_bridge version.

1.1.1 #

  • BREAKING: Enum variants are camelCased.

1.1.0 #

  • Improve support for pictures.

1.0.3 #

  • Return null if the file does not have a tag.

1.0.2 #

  • CI builds on older Ubuntu version to support older glibc versions.

1.0.1 #

  • Fix typo in Linux CMakeLists

1.0.0 #

Initial release.

21
likes
140
points
613
downloads

Publisher

verified publishererikastaroza.com

Weekly Downloads

Read and write audio metadata in Flutter. Supports multiple formats.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter, flutter_rust_bridge, freezed_annotation, meta, plugin_platform_interface, uuid

More

Packages that depend on audiotags