No description
  • Dart 91.2%
  • JavaScript 2.5%
  • C++ 2.1%
  • CMake 1.2%
  • Kotlin 1%
  • Other 1.9%
Find a file
ynyxx a0eba914f4
Some checks failed
analyze / analyze (push) Has been cancelled
Update README.md
2026-04-05 12:33:33 +08:00
.github Update main.yml 2025-11-29 16:50:26 +08:00
android chore: update Android Gradle plugin to version 8.12.3 and upgrade Gradle wrapper to 8.13 2026-03-06 20:33:18 +08:00
assets Add device-specific settings (#808) 2026-03-07 10:58:28 +08:00
debian Update linux icon 2025-03-30 18:23:43 +08:00
doc Add downloaded comic restore in import comic 2026-01-17 20:31:16 +08:00
fastlane/metadata/android/en-US clean up full_description.txt (#133) 2025-01-11 17:52:42 +08:00
ios Add application category type to Info.plist 2025-04-29 11:29:30 +08:00
lib feat: Support dynamic settings for comic sources (#836) 2026-04-05 12:23:51 +08:00
linux Remove native linux window decoration. 2025-03-30 15:42:43 +08:00
macos Implement writeImageToClipboard on macOS. 2025-03-27 19:40:51 +08:00
patch Add font patching script for linux arm64. Close #468 2025-10-07 16:09:30 +08:00
test Improve updating following and fix potential crash. 2025-10-06 10:17:01 +08:00
windows Fix response handling for unhandled method calls in flutter_window.cpp 2025-07-20 18:47:49 +08:00
.gitignore Feat: Image favorites (#126) 2025-01-15 16:07:08 +08:00
.metadata initial commit 2024-09-29 16:17:03 +08:00
alt_store.json Updated source with latest release 2026-03-08 10:19:58 +00:00
analysis_options.yaml Refactor radio button implementations to use RadioGroup. 2025-10-13 20:12:47 +08:00
LICENSE Create LICENSE 2024-10-29 12:41:10 +08:00
pubspec.lock deps: flutter 3.41.4 and upgrade dependencies 2026-03-06 19:41:29 +08:00
pubspec.yaml Update version code 2026-03-08 17:49:04 +08:00
README.md Update README.md 2026-04-05 12:33:33 +08:00
rust-toolchain.toml add missing targets (#282) 2025-03-19 18:58:58 +08:00
update_alt_store.py Add AltStore Source Support (#416) 2025-06-24 19:46:22 +08:00

Due to my limited time and energy, this project is no longer maintained. Feel free to fork it.

由于本人精力有限, 此项目已停止维护, 欢迎fork

venera

flutter License stars

Download AUR Version F-Droid Version

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

  1. Clone the repository
  2. Install flutter, see flutter.dev
  3. Install rust, see rustup.rs
  4. Build for your platform: e.g. flutter build apk

Create a new comic source

See Comic Source

Thanks

Tags Translation

EhTagTranslation

The Chinese translation of the manga tags is from this project.

Headless Mode

See Headless Doc