A anime library manager, tracker, downloader and viewer with intuitive UI design
This project is still in development and a lot of features is missing or will be changed in the future and not stable, any new version can break the app, use it at your own risk
But if you use it and something don't work as expected, don't hesitate to make an issue for it !
You can download the latest version in the release section
Start by cloning this project with
git clone https://github.com/ALEZ-DEV/Anime-Kanri.git
This project leverages Flutter for GUI and Rust for the backend logic, utilizing the capabilities of the Rinf framework.
To run and build this app, you need to have Flutter SDK, Rust toolchain, and Protobuf compiler installed on your system. You can check that your system is ready with the commands below. Note that all the Flutter subcomponents should be installed.
rustc --version
protoc --version
flutter doctor
You also need to have the CLI tool for Rinf ready.
cargo install rinf
Messages sent between Dart and Rust are implemented using Protobuf.
If you have newly cloned the project repository
or made changes to the .proto
files in the ./messages
directory,
run the following command:
rinf message
Now you can run and build this app just like any other Flutter projects.
flutter run
For detailed instructions on writing Rust and Flutter together, please refer to Rinf's documentation.
- UI Part
- Backend
- Library used in app
- Torrent Downloader
- Search section
- can search Torrent from nyaa.si
- Torrent name parser
- some preview of the Torrent
- add configurable setting
- Download section
- can Download Torrent file
- sort downloaded file
- Search section
- Video Player (mpv)
- ...