v2.41 — Issue #3: Musik-Download im Hintergrund (flutter_background_service)

- flutter_background_service ^5.0.0 hinzugefügt
- AndroidManifest: FOREGROUND_SERVICE_DATA_SYNC Permission
- main.dart: Background Service mit configure() initialisiert
- _onServiceStart(): Service-Callback für Foreground-Garantie
- DownloadService._startBackgroundService(): Foreground Service vor Download
- DownloadService._stopBackgroundService(): Stopp nach Batch/Single
- Integration in _resetStatus, downloadBatch, downloadVonUrl
This commit is contained in:
Dustin
2026-08-02 16:06:04 +02:00
parent b8c206e58f
commit ae11a85872
5 changed files with 94 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ dependencies:
crypto: ^3.0.6
flutter_secure_storage: ^10.3.1
flutter_local_notifications: ^22.2.0
flutter_background_service: ^5.1.0
dev_dependencies:
flutter_test: