Audiotagger
Audiotagger copied to clipboard
Support for Desktop (Windows, MacOS, ...) and Web
Is the support for other platforms planned yet?
I'm planning to try to port node-id3 from JS to Dart, this should be the only method to port audiotagger to all platform (because the only way is to write a native plugin written all in dart, without platform-specific code), except for the web (in the web you can't access file storage directly, i will search a solution, maybe by returning a byte array). If this should not work, I planned to write iOS-specific code to support iOS and Android.
Is the support for other platforms planned yet?
Maybe you can try this library id3_codec written by dart, which support both of read or edit, and support all of the flutter platform.