mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-06 15:39:41 +00:00
Add features to display current playing track information and support media controls on iOS. * **HomePlayerWidget.swift** - Add track title, artist name, and album art display in the HomePlayerWidget. - Update SimpleEntry struct to include trackTitle, artistName, and albumArt properties. - Modify placeholder, getSnapshot, and getTimeline methods to include new properties. - Update HomePlayerWidgetEntryView to display new track information. * **Info.plist** - Add support for media controls on the lock screen and control center. - Add integration with Siri for voice commands to control playback. * **main.dart** - Register the HomePlayerWidget for iOS by adding glanceProvider listener. * **glance.dart** - Add code to update the HomePlayerWidget with the current track information, including track title, artist name, and album art. |
||
|---|---|---|
| .. | ||
| audio_player | ||
| authentication | ||
| connect | ||
| database | ||
| glance | ||
| history | ||
| local_tracks | ||
| logs | ||
| scrobbler | ||
| server | ||
| skip_segments | ||
| spotify | ||
| tray_manager | ||
| user_preferences | ||
| youtube_engine | ||
| blacklist_provider.dart | ||
| custom_spotify_endpoint_provider.dart | ||
| discord_provider.dart | ||
| download_manager_provider.dart | ||
| sleep_timer_provider.dart | ||
| spotify_provider.dart | ||
| volume_provider.dart | ||