A minimal-beige, glass-morphism mobile gallery that lets users
- upload images
- add labels
- view them in a grid & full-screen
| Screen | What it does |
|---|---|
| Home | Welcome page with two glass-morphism buttons |
| Gallery | 2-column grid of thumbnails → tap for full-screen |
| Add Image | Pick image, add label, compress + save to Firestore |
| Layer | Choice |
|---|---|
| Frontend | Flutter |
| State Mgmt | GetX |
| Backend | Cloud Firestore |
| Images | Base64 strings (≤ 1 MiB / doc) |
| Architecture | MVVM + Repository pattern |