spotube/lib
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
..
collections chore: enable sliding transition for queue, alternative source and lyrics page for small screen 2025-03-06 23:04:04 +06:00
components feat: custom piped & invidious instance support 2025-03-07 11:50:39 +06:00
extensions chore: use shadcn in all places that's using material 2025-01-30 21:44:07 +06:00
hooks chore: upgrade to latest working shadcn_flutter 2025-03-03 22:23:29 +06:00
l10n chore: bump version to v4.0.0 and generate changelogs, translations and credits 2025-03-07 17:38:25 +06:00
models feat: implement yt-dlp for desktop and NewPipeExtractor for Android (#2316) 2025-02-11 21:36:07 +06:00
modules Enhance media controls and add social sharing features 2025-03-09 13:34:56 +05:30
pages Enhance media controls and add social sharing features 2025-03-09 13:34:56 +05:30
provider Add cool features to iOS app 2025-03-09 13:21:45 +05:30
services fix: piped api not working 2025-03-07 10:22:09 +06:00
utils refactor: migrate to auto_route from go_router 2025-01-31 21:07:51 +06:00
generated_plugin_registrant.dart Playlist info editing (#708) 2023-09-10 16:39:21 +06:00
main.dart Add cool features to iOS app 2025-03-09 13:21:45 +05:30