Chryssibooru icon indicating copy to clipboard operation
Chryssibooru copied to clipboard

Derpibooru viewer made in Flutter

Results 9 Chryssibooru issues
Sort by recently updated
recently updated
newest added

I couldn't get any art to load no matter what I typed in however once I tried the pre-release and it seemed fixed. I will continue to play around with...

![Screenshot_20210603-220322](https://user-images.githubusercontent.com/10583082/120658424-044b4380-c4b8-11eb-9f37-bbba45acff45.jpg) ![Screenshot_20210603-220252](https://user-images.githubusercontent.com/10583082/120658434-057c7080-c4b8-11eb-81ae-29af330d3e81.jpg)

It would be cool to be able to use this client for other Philo boorus, such as [Furbooru](https://furbooru.org/) or [Manebooru](https://manebooru.art/). The APIs are compatible/the same.

enhancement

Take a look at https://github.com/Sibusten/derpibooru-downloader and how they can scrape a lot from the servers. The issue here is that the Downloader only scrapes, but does not allow you to...

- [ ] Seeking - [ ] Volume control

- [ ] The bottom bar can be made transparent - [ ] Phone's status bar could be hidden

Hi, your app seems nice, what about to publish it in F-droid open-source android "market"(more like repository)? Here FAQ - https://f-droid.org/docs/FAQ_-_App_Developers/?title=FAQ_-_App_Developers

enhancement

1. Logo vs Flutter's default 2. F-Droid repo entry

enhancement

If the screen is high-res enough, using `representations.thumb` results in blurry images. Use screen width to determine the best size to use. ```ex @versions [ thumb_tiny: {50, 50}, thumb_small: {150,...

enhancement