fcast_sender_sdk 0.0.5
fcast_sender_sdk: ^0.0.5 copied to clipboard
An SDK for easily creating senders for FCast and Google cast
0.0.5 #
- Update to
fcast-sender-sdk0.2.0 - Queue support:
loadQueue,queueInsert,queueRemove,queueSelect, andDeviceEvent.queueChangedcarrying full queue snapshots - Track selection:
changeTrackand the aggregatedDeviceEvent.tracksChanged - External subtitles:
addSubtitleSource - Receiver-rejected commands are surfaced via
DeviceEvent.commandError - Progress update interval:
setProgressUpdateIntervalplus an optionalprogressUpdateIntervalMillisparameter onload - File-descriptor companion sources (
CompanionSourceDescriptor.fd) for Android SAF / iOS picker flows supportsFeaturecovers the new capabilities (queue, track selection, companion, WHEP, progress interval)- BREAKING: exhaustive
switches overDeviceEventmust handle the new variants
0.0.4 #
- Update to
fcast-sender-sdk0.1.4 - Add
PlaybackState.ended, emitted when media reaches its natural end - Native build no longer requires
flatc(still needsrustup) - Raise minimum Flutter to 3.35
0.0.1 0.0.3 #
- Initial releases