metadata_god

Audio file Metadata reading and writing library for Flutter

MIT License

Stars
22
Committers
4

Bot releases are visible (Hide)

metadata_god - v0.5.2 Latest Release

Published by github-actions[bot] about 1 year ago

metadata_god - v0.5.0

Published by github-actions[bot] over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/KRTirtho/metadata_god/compare/v0.4.1...metadata_god-v0.5.0

metadata_god - v0.4.1

Published by github-actions[bot] over 1 year ago

Bug Fixes

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

Published by github-actions[bot] over 1 year ago

metadata_god - v0.3.2

Published by KRTirtho almost 2 years ago

Bug Fixes

  • no implementation of WireSyncRust build error (0c755e2)

Full Changelog: https://github.com/KRTirtho/metadata_god/compare/v0.3.1...v0.3.2

metadata_god - v0.3.1

Published by KRTirtho about 2 years ago

Bug Fixes

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

Full Changelog: https://github.com/KRTirtho/metadata_god/compare/v0.3.0...v0.3.1

metadata_god - v0.3.0

Published by KRTirtho about 2 years ago

Features

  • iOS support

Fixes

  • macOS unable to load shared dynamic library

New Contributors

Full Changelog: https://github.com/KRTirtho/metadata_god/compare/v0.2.0...v0.3.0

metadata_god - v0.2.0

Published by KRTirtho about 2 years ago

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
  • flutter web can't be built because of FFI exception

Full Changelog: https://github.com/KRTirtho/metadata_god/compare/v0.1.1...v0.2.0

metadata_god - v0.1.1

Published by KRTirtho about 2 years ago

Features

Full Changelog: https://github.com/KRTirtho/metadata_god/compare/v0.1.0...v0.1.1

metadata_god - v0.1.0

Published by KRTirtho about 2 years ago

Initial Release

Features

  • support for basic read/write audio tags via getMetadata and writeMetadata for Linux, Windows and Android