DJDoubleD / refreezer

An alternative Deezer music streaming & downloading client, based on Freezer.
GNU General Public License v3.0
276 stars 10 forks source link

[Feature Request] Since the application is developed using Flutter, which is a cross-platform framework, is it possible to obtain a desktop version for Windows, Linux, or macOS? #17

Closed abderrahmanebenhalima closed 2 months ago

abderrahmanebenhalima commented 2 months ago

🚀 Feature Request

Since the application is developed using Flutter, which is a cross-platform framework, is it possible to obtain a desktop version for Windows, Linux, or macOS?

DJDoubleD commented 2 months ago

Even though Flutter is used, there is a lot of android specific packages and native java code being used. Porting the app to desktop would require so many changes that it would almost be a new app. (The original freezer app also had a separate desktop app that didn't use flutter)

Therefore, ReFreezer will remain Android only.