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.