Releases: dotintent/flutter-android-cdm
Releases · dotintent/flutter-android-cdm
Release list
v0.0.2
CdmRequestgains optionaldeviceProfile,displayName, andforceConfirmation, mapping toAssociationRequest.Builder.- New
CdmDeviceProfileenum (watch,computer,appStreaming,automotiveProjection,glasses,nearbyDeviceStreaming); requesting a profile the device's API level can't support throwsCdmErrorCode.unsupported. displayName/forceConfirmationapply on API 33+; older devices ignore them. Defaults preserve the previous behaviour.
v0.0.1
Initial release.
FlutterAndroidCdm.associate(CdmRequest)shows the CDM picker filtered by Service UUID and/or name pattern, returns the user-selectedAssociatedDevice(MAC + advertised name).singleDeviceflag to auto-select when exactly one device matches.CdmExceptionwith stable error codes (cancelled,busy,unsupported,cdm_failure,launch_failed,no_device,no_activity,bad_args).- Android API 26+.
Also shipped under this version: plugin cleanup, Flutter 3.44.2 pin, CI (format/analyze/test/example build/pana gate), and the Dart test suite.