boorusphere

Yet another booru imageboards viewer for Android.

preview

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 :

$ flutter build apk --target-platform=android-arm64 --no-sound-null-safety

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:

$ flutter pub run build_runner build

GitHub

https://github.com/nullxception/boorusphere