spotube/lib/modules
Rahul Sahani b5a8835c28 Enhance media controls and add social sharing features
Add enhanced media controls and social sharing features.

* **Enhanced Media Controls:**
  - Add volume control slider to `PlayerControls` widget in `lib/modules/player/player_controls.dart`.
  - Implement keyboard shortcuts for media controls (play/pause, next/previous track, volume up/down) in `PlayerControls` widget.
  - Add "lyrics" button to `PlayerView` widget in `lib/modules/player/player.dart`.

* **Social Sharing Features:**
  - Add feature to share the currently playing track on social media platforms in `lib/components/track_tile/track_options.dart`.
  - Add share button to `TrackPresentationTopSection` widget in `lib/components/track_presentation/presentation_top.dart`.

* **Settings:**
  - Add dark mode toggle in the settings page in `lib/pages/settings/settings.dart`.

* **CI Configuration:**
  - Add `.ci.yaml` file for continuous integration configuration.
2025-03-09 13:34:56 +05:30
..
album chore: use navigateTo instead of pushRoute 2025-01-31 22:10:40 +06:00
artist chore: use navigateTo instead of pushRoute 2025-01-31 22:10:40 +06:00
connect chore: add back pull down to refresh 2025-03-02 22:04:22 +06:00
getting_started feat: show placeholder images where there is no item or on empty page 2025-01-12 14:16:18 +06:00
home/sections chore: improve home screen performance 2025-02-23 09:55:46 +06:00
library chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00
lyrics fix: SafeArea not working for bottom floating widgets 2024-12-29 13:36:44 +06:00
player Enhance media controls and add social sharing features 2025-03-09 13:34:56 +05:30
playlist chore: improve home screen performance 2025-02-23 09:55:46 +06:00
root chore: fix adaptive select tile scrolling not working 2025-02-23 11:33:44 +06:00
settings chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00
stats chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00