···1717## M13 — Media Playback & Download
18181919- [x] Add `photo_view`, `video_player`, `chewie`, `dio`, `gal`, `permission_handler` to `pubspec.yaml`
2020-- [ ] `ImageViewerScreen` — full-screen `PageView` of `PhotoView` widgets loading `fullsize` URLs with hero animation from thumbnail
2121-- [ ] Page indicator for multi-image posts; alt text bar at the bottom of each page
2222-- [ ] Swipe-down-to-dismiss gesture on image viewer
2323-- [ ] Download button in image viewer toolbar — request permission, download via `dio` with progress indicator, save via `gal`, show snackbar result
2424-- [ ] Share button in image viewer toolbar via `share_plus`
2525-- [ ] Long-press context menu on image thumbnails in post cards — "Save image" and "Share" options
2020+2121+### Images
2222+2323+- [x] `ImageViewerScreen` — full-screen `PageView` of `PhotoView` widgets loading `fullsize` URLs with hero animation from thumbnail
2424+- [x] Page indicator for multi-image posts; alt text bar at the bottom of each page
2525+- [x] Swipe-down-to-dismiss gesture on image viewer
2626+- [x] Download button in image viewer toolbar — request permission, download via `dio` with progress indicator, save via `gal`, show snackbar result
2727+- [x] Share button in image viewer toolbar via `share_plus`
2828+- [x] Long-press context menu on image thumbnails in post cards — "Save image" and "Share" options
2929+3030+### Video Player
3131+2632- [ ] `VideoPlayerScreen` — `chewie` wrapping `VideoPlayerController.networkUrl` with HLS `playlist` URL
2733- [ ] Video player uses embed `aspectRatio` when available, defaults to 16:9
2834- [ ] Video thumbnail as placeholder until player initialises; controller disposed on screen pop