spotube/ios/HomePlayerWidget
Rahul Sahani 99a896f04a Add cool features to iOS app
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.
2025-03-09 13:21:45 +05:30
..
Assets.xcassets feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00
HomePlayerWidget.swift Add cool features to iOS app 2025-03-09 13:21:45 +05:30
HomePlayerWidgetBundle.swift feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00
Info.plist feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00