Samurai016 / Audiotagger

This library allow you to read and write ID3 tags to MP3 files.
https://pub.dev/packages/audiotagger
MIT License
22 stars 20 forks source link

Error while using any method #20

Closed AssassinAguilar closed 2 years ago

AssassinAguilar commented 2 years ago

Hi, I am using this package for getting tags of audio files and when I use

print(await _tagger.readTags(path: filePath);

I am getting error in my debug console that

ERROR: MissingPluginException(No implementation found for method readTags on channel audiotagger)

The filePath is the path of a file in my phone which is connect to my pc through USB.