Atulin / Chryssibooru

Derpibooru viewer made in Flutter
GNU Lesser General Public License v3.0
18 stars 5 forks source link

Support for other Philomena-based boorus #22

Open EmberHeartshine opened 3 years ago

EmberHeartshine commented 3 years ago

It would be cool to be able to use this client for other Philo boorus, such as Furbooru or Manebooru. The APIs are compatible/the same.

Atulin commented 3 years ago

Oh yeah, I've been thinking of doing that, so it's definitely coming somewhere down the line.

Currently, though, I'm battling some issues with the video widget suddenly refusing to work, which led me down the rabbit hole of upgrading to Flutter 2, and... let's just say the version of the app I have locally doesn't even work anymore lol

DonaldTsang commented 3 years ago

If this can be also applied to the other booru types like Danbooru, Gelbooru/Booru.org/e621, Hypnohub and such, that would be useful... but that would be too much to ask for.

Atulin commented 3 years ago

There's nothing technically stopping me from doing that, but recent updates to the Flutter ecosystem have been... trying, to say the least. A lot of the packages I'm using got deprecated, a lot of the code stopped working, so I'm mostly focusing on somehow making the app work again lol

The existing .apks will work, though, so I feel like I can take my time.