metadata_god 0.5.2 copy "metadata_god: ^0.5.2" to clipboard
metadata_god: ^0.5.2 copied to clipboard

Plugin for retrieving and writing audio tags/metadata from audio files

Changelog #

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.2 (2023-10-06) #

  • chore: Updated flutter_rust_bridge and other package versions

0.5.1 #

  • FEAT: failsafe writing metadata.

0.5.0 #

  • cc

  • REFACTOR: use lofty-rs for metadata instead of audiotags (#21).

  • FIX: add branch main because to Cargo.toml because it won't use that by default for some godforsaken reason.

  • FIX: I found out how melos works (hopefully).

0.4.1 #

  • FIX: rename Image to Picture to resolve name conflict with material Image.
  • FIX: export Picture type.
  • FIX: hide internal api getter.

0.4.0 (2023-01-05) #

  • use dart ffi instead of package registry to initialize the library
  • add MetadataGod.initialize method to initialize the before runApp
  • use macos and iOS XCFrameworks instead of podspec include (static assets)

BREAKING CHANGES:

  • MetadataGod.initialize must be called before runApp

0.3.2 (2023-01-05) #

Bug Fixes #

  • no implementation of WireSyncRust build error (0c755e2)

0.3.1 (2022-09-29) #

Bug Fixes #

  • macos binary not working for universal applications
  • flutter windows unneeded librust.lib file remove (e9fc90c)

0.3.0 (2022-09-27) #

Features #

  • iOS support

Fixes #

  • macOS unable to load shared dynamic library

0.2.0 (2022-09-01) #

Breaking #

  • getMetadata and writeMetadata now takes a path string instead of a File because of web compatibility.

Fixes #

  • macos library not getting added due to glob path for vendored_libraries
  • web can't be build because of FFI exception

0.1.1 (2022-09-13) #

Features #

0.1.0 (2022-09-13) #

Features #

  • support for basic read/write audio tags via getMetadata and writeMetadata
26
likes
0
pub points
89%
popularity

Publisher

verified publisherkrtirtho.dev

Plugin for retrieving and writing audio tags/metadata from audio files

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, flutter_rust_bridge, meta, uuid

More

Packages that depend on metadata_god