4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Dart8,171 stars (8,171 stars)552 forks (552 forks)batch import
P3help wanted
Description
android 端在阅读界面,使用黑色背景右和下边会有一个白边
Contributor guide
- Tech stack
- dartflutter
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- under 1 hour
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- basic Flutter layout understanding
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 85
- Research direction
- The issue reports a white border appearing on the right and bottom of the reading page when using black background on Android. Likely a padding or margin issue in the reader UI layout. Check the Flutter widget responsible for the reading page, possibly in lib/pages/reader/ or similar. Look for container padding, inset, or safe area handling. The fix likely involves adjusting container dimensions or removing unnecessary borders.