Nauval Rizky

Results 4 comments of Nauval Rizky

I think it's https://iapi.sankakucomplex.com and https://capi-v2.sankakucomplex.com but I believe they have some kind of protection like rate limit or headers so most likely it will not working flawlessly without additional...

> flexbooru app supports https://capi-v2.sankakucomplex.com and it works fine feel free to open a pull request anytime you have the fix :)

Glad you like it 😊 I also had some thoughts about it too since english isn't my main language, but I haven't learn about locale support for flutter yet, so...

Hi. I had the same issues recently, and managed to solve it by reordering the builder sequence so hive_generator will run after freezed but before json_serializable. ```yaml # build.yaml global_options:...