A modern EPUB, PDF & text reader built with Flutter. made by @Lyn
- EPUB Viewer — Table of contents, bookmarks, full-text search, reading progress, navigation arrows
- PDF Viewer — Pinch-to-zoom with smooth page rendering
- Plain Text Reader — Scrollable, selectable text with copy/paste support
- Eye Care — Blue light filter (adjustable intensity), 4 reading backgrounds (white, sepia, dark, high contrast), adjustable font size
- Cover Art — Automatic EPUB cover extraction and caching
- Recent Files — History of up to 50 opened files with thumbnails
- Themes — Light, Dark, and System modes
- Android Only — Targets Android
| Format | Extension |
|---|---|
| EPUB | .epub |
.pdf |
|
| Text | .txt |
- Flutter >= 3.32.0
- Dart SDK >= 3.8.0
flutter pub get
flutter runflutter build apk --releaseThe APK will be at build/app/outputs/flutter-apk/app-release.apk.
MIT



