Public
Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md
📸 Pose Guide App
A Clean Architecture Flutter Camera App that helps users strike the perfect pose using "Ghost" overlays.
📱 Overview
Pose Guide solves the awkward "I don't know how to pose" problem. It overlays professional pose outlines (ghosts) directly onto the camera viewfinder, allowing users to align themselves or their friends with the guide for the perfect shot.
✨ Features
- Real-time Camera Overlay: High-contrast white line guides over the camera feed.
- Smart Categorization:
- 1 Person (Selfies/Portraits)
- 2 Persons (Couples/Friends)
- 3 Persons (Trios)
- 4 Persons (Groups)
- Randomizer: Can't decide? Hit the Random button to get a surprise pose suggestion.
- Instant Capture: Take photos directly within the app.
- Clean UI: Minimalist interface with high-contrast controls.
🏗️ Architecture
This project follows strict Clean Architecture principles to ensure scalability and testability:
lib/
├── data/ # Repositories & Data Sources
├── domain/ # Entities & Business Logic (Pure Dart)
└── presentation/ # UI (Pages) & State Management (Controllers)