boorusphere
Yet another booru imageboards viewer for Android.
Download
You can directly go to the Releases Page and download the appropriate version for your device.
Development notes
Since some of the dependencies are not ready for dart's sound null-safety, you have to pass --no-sound-null-safety
args when building this app, for example :
This projects uses several code generator such as freezed
and json_serializable
, so if you're editing some areas that needs a code generator (such as models), make sure run the build_runner before debugging: