flutter_blue_ultra_accessory_setup library

Classes

Accessory
A serializable view of ASAccessory. The real native object is retained on the host side, keyed by bluetoothIdentifier.
AccessoryEvent
A session event delivered from the native layer to Dart.
AccessorySettings
Mirrors the mutable fields of ASAccessorySettings.
FlutterAccessorySetup
The main entry point of the library.
PickerDisplayItem
Configuration for a single entry shown in the picker.
RenameOptions
Mirrors ASAccessory.RenameOptions.

Enums

AccessoryEventType
Mirrors ASAccessoryEventType. Raw values are not exposed to Dart; the native side maps the platform enum onto these cases.
AccessoryState
Mirrors ASAccessoryState.

Extensions

AccessoryEventDartExtension on AccessoryEvent
Convenience helpers for logging AccessoryEvents.

Exceptions / Errors

FlutterAccessorySetupError
An error raised in the Dart layer of the library.
NativeCodeError
An error raised in the native layer of the library.