spotube/ios
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
..
build cd: build iPA support for iOS (#971) 2024-01-03 00:40:50 +06:00
Flutter fix: friends list not scrollable with mouse drag 2024-02-24 18:38:18 +06:00
HomePlayerWidget Add cool features to iOS app 2025-03-09 13:21:45 +05:30
Runner Add cool features to iOS app 2025-03-09 13:21:45 +05:30
Runner.xcodeproj fix: mobile keyboard overflow 2024-12-28 21:18:35 +06:00
Runner.xcworkspace Basic support for iOS, fix missing Rust lib 2022-10-13 19:36:22 +02:00
.gitignore Flutter app added 2022-01-03 10:27:25 +06:00
dev-Info.plist feat: Add iOS background play support (#1166) 2024-02-24 21:22:23 +06:00
dev.entitlements feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00
HomePlayerWidgetExtension.entitlements feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00
nightly-Info.plist feat: Add iOS background play support (#1166) 2024-02-24 21:22:23 +06:00
nightly.entitlements feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00
Podfile feat: LAN connect a.k.a control remote Spotube playback and local output device selection (#1355) 2024-04-04 22:22:00 +06:00
Podfile.lock feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00
stable-Info.plist feat: Add iOS background play support (#1166) 2024-02-24 21:22:23 +06:00
stable.entitlements feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00