A minimal Flutter-based webtoon frame viewer that displays sequential images with smooth fade transitions.
This app is designed to load a series of images (e.g., Barbarian Lady 1–8 or Each One's D-Day 1–7) and play them automatically with user-controlled timing.
You can try a related concept demonstration here:
🔗 https://joon363.github.io/Cogsci_project/
- 📁 Load two different webtoon sets:
- Barbarian Lady (1–8)
- Each One's D-Day (1–7)
- 🎞️ Smooth fade animation between frames (no flickering or blackout)
- ⏱ Adjustable playback interval (500 ms ~ 1500 ms)
- 🔁 Auto-play from frame 1 to the final frame
- ⛔ Playback stops automatically at the last frame
- 🔄 “Restart” button appears when the sequence is finished
- 🔘 Radio buttons to switch between webtoon sets
- ⚡ Images are fully pre-cached for instant loading