Audiotagger icon indicating copy to clipboard operation
Audiotagger copied to clipboard

Support for Desktop (Windows, MacOS, ...) and Web

Open DirtyNative opened this issue 4 years ago • 2 comments
trafficstars

Is the support for other platforms planned yet?

DirtyNative avatar Jun 03 '21 13:06 DirtyNative

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.

Samurai016 avatar Jun 04 '21 12:06 Samurai016

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.

ijinfeng avatar Dec 05 '22 09:12 ijinfeng