spotube/ios/Runner
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 chore: upgrade to flutter 3.27.0 and fix gradle errors 2024-12-14 09:52:53 +06:00
Base.lproj chore(android): Add hot nightly flavor (#727) 2023-09-17 00:23:18 +06:00
AppDelegate.swift fix(ios): downloads not working due to permission errors (#2180) 2025-01-30 20:50:50 +06:00
Info.plist Add cool features to iOS app 2025-03-09 13:21:45 +05:30
Runner-Bridging-Header.h Flutter app added 2022-01-03 10:27:25 +06:00
Runner.entitlements feat(android): home widget support (#2148) 2024-12-16 22:47:44 +06:00