Waifu2x GUI in Flutter. Basic GUI is done, waifu2x isn't implemented. I'm currently not working on waifu2x_flutter, but I want to finish it one day.
Note: at the moment, settings (theme and language) can't be manually changed. The theme follows the system, the language is always English.
Implementing this functionality is pretty tough. There are two ways to do that:
- rent a GPU server and process images in the backend - easy, but too expensive for me
- compile waifu2x for Android and make a Dart package from it - a little hard, I wasn't motivated enough to do it this way