haudiotagger_interface 0.1.0
haudiotagger_interface: ^0.1.0 copied to clipboard
Shared contract/interface for haudiotagger. DTOs and backend registry - no native code, zero weight. Consumed by haudiotagger.
haudiotagger_interface #
Shared contract/interface for haudiotagger.
AudioFingerprint: the DTO both sides agree on.FingerprintBackend: the interface fingerprint providers implement.FingerprintRegistry: the global slot.haudiotaggerreads it,haudiotagger_fingerprintfills it (self-registering viadartPluginClass, so no extra imports or init calls).
Pure Dart, no native code, zero weight. Versioned independently; consumers never depend on it directly.
License #
MIT — see LICENSE.