spotube/lib/modules/player
Lars f2339bd9d3 fix: prevent transient bottom overflow from mini-player animation
SlidingUpPanel animates its own height between minHeight and maxHeight
(full screen) while opening/closing. Since it sits as a plain child in
the Scaffold's footers column, that transient height briefly exceeds
the fixed collapsed slot it was given, overflowing the footers column
by ~18-24px during the animation.

Wrap it in a fixed-size SizedBox + OverflowBox so the panel can still
paint at its actual (larger) size while reporting only the collapsed
height to its parent, avoiding the layout overflow.
2026-08-31 22:32:51 +02:00
..
player_actions.dart fix: download not working in different devices and slow 2025-11-11 10:39:13 +06:00
player_controls.dart fix(ui): lyrics white text in white background and small player buttons 2025-09-09 00:45:45 +06:00
player_overlay_collapsed.dart fix: local playback not working for tracks with special # (hashtag) characters 2025-08-31 00:45:29 +06:00
player_overlay.dart fix: prevent transient bottom overflow from mini-player animation 2026-08-31 22:32:51 +02:00
player_queue_actions.dart feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
player_queue.dart feat(queue): add multi-select and bulk actions to queue (#2839) 2025-11-10 10:36:10 +06:00
player_track_details.dart fix(ui): lyrics white text in white background and small player buttons 2025-09-09 00:45:45 +06:00
player.dart feat: move away from track source query and preferences audio quality and codec 2025-11-03 19:33:47 +06:00
sibling_tracks_sheet.dart chore: remove useless dependencies 2025-11-13 14:57:08 +06:00
use_progress.dart chore: create new audio player centric playback notifier with drift persistence 2024-06-23 12:23:28 +06:00
volume_slider.dart refactor: bottom player border, player queue using shadcn drawer 2024-12-21 14:38:54 +06:00