Skip to content

MangaDex client written in Flutter from the ground up with the goal of being fast and MD3 compliant.

License

Notifications You must be signed in to change notification settings

Curstantine/Riba

Repository files navigation

Riba

MangaDex client written in Flutter from the ground up with the goal of being fast and MD3 compliant.

Check this issue to find what is implemented and what's missing.

Commands

To generate required type adapters and such:

dart run build_runner build && dart fix . --apply

Prerequisites

  • Latest version of Flutter.

Formatting

All the formatting is done hand from now on. The dartfmt utility is not reliable enough to be used to produce readable consistent code.

This project will format according to the flutter style with its own quirks.

  • 100 character limit if possible.

  • 4 tab indent.

Since this project was using dartfmt with 2 space indent prior to the migration, the codebase as of now is not consistent with the above rules.

Targets other than Android

The project is written in a platform agnostic way, so it should be possible to build for other platform with a little bit of messing around.

About

MangaDex client written in Flutter from the ground up with the goal of being fast and MD3 compliant.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages