No description
- Dart 91.2%
- JavaScript 2.5%
- C++ 2.1%
- CMake 1.2%
- Kotlin 1%
- Other 1.9%
|
|
||
|---|---|---|
| .github | ||
| android | ||
| assets | ||
| debian | ||
| doc | ||
| fastlane/metadata/android/en-US | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| patch | ||
| test | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| alt_store.json | ||
| analysis_options.yaml | ||
| LICENSE | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| rust-toolchain.toml | ||
| update_alt_store.py | ||
Due to my limited time and energy, this project is no longer maintained. Feel free to fork it.
由于本人精力有限, 此项目已停止维护, 欢迎fork
venera
A comic reader that support reading local and network comics.
Features
- Read local comics
- Use javascript to create comic sources
- Read comics from network sources
- Manage favorite comics
- Download comics
- View comments, tags, and other information of comics if the source supports
- Login to comment, rate, and other operations if the source supports
Build from source
- Clone the repository
- Install flutter, see flutter.dev
- Install rust, see rustup.rs
- Build for your platform: e.g.
flutter build apk
Create a new comic source
See Comic Source
Thanks
Tags Translation
The Chinese translation of the manga tags is from this project.
Headless Mode
See Headless Doc