fix: persist download queue to survive app restart (v1.6.1)

- Download queue now persisted to SharedPreferences
- Auto-restore pending downloads on app restart
- Interrupted downloads reset to queued and auto-resumed
- singleTask launch mode to prevent app restart on share intent
- onNewIntent handler for proper intent handling
- Reverted share_plus to 10.1.4 (12.0.1 has Kotlin build issues)
This commit is contained in:
zarzet
2026-01-02 17:33:31 +07:00
parent bd9b527161
commit 39ddb7a14f
9 changed files with 114 additions and 17 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/// App version and info constants
/// Update version here only - all other files will reference this
class AppInfo {
static const String version = '1.6.0';
static const String buildNumber = '25';
static const String version = '1.6.1';
static const String buildNumber = '26';
static const String fullVersion = '$version+$buildNumber';
static const String appName = 'SpotiFLAC';