background_runtime_android 0.1.1
background_runtime_android: ^0.1.1 copied to clipboard
Android implementation of the background_runtime plugin.
0.1.1 #
- Notification action buttons (Previous, Play/Pause, Next, Stop) on audio notification.
MediaSessionvia Media3 for lock screen media controls.- Album art download/cache via
URL.openStream(),extractDominantColor()from 3×3 pixel grid, set as large icon. - Download resume (
resumeOffsetcolumn,Range:header,FileOutputStreamappend). notificationActionEventsstream viaEventChannel.NotificationActionenum wired to Android notification action intents.- Handler-based main-thread dispatch for
EventSink.success().
0.1.0 #
- Initial release: Android implementation with Foreground Service, OkHttp downloads, and Media3 audio playback.