channels library

Classes

AndroidReferenceWidget
Embeds an Android view from an InstanceManager in the Widget hierarchy.
CamcorderProfileHandler
TypeChannelHandler implementation for CamcorderProfile.
ChannelRegistrar
Register channels for camera classes.
InstanceManager
Manages instances.
LibraryImplementations
Type channel implementation for camera classes.
MethodChannelDispatcher
Implementation of TypeChannelMessageDispatcher using a MethodChannel.
MethodChannelMessenger
Implementation of a TypeChannelMessenger using a MethodChannel.
PairedInstance
Represents a object instance in a TypeChannelMessenger.
ReferenceMessageCodec
Implementation of StandardMessageCodec for reference plugin.
StandardInstanceConverter
Standard implementation of InstanceConverter.
StandardMessageCodecConverter
Implementation of StandardInstanceConverter for StandardMessageCodecs.
TypeChannel<T extends Object>
A named channel used to handle communication between platform types.
TypeChannelMessenger
Stores instance pairs and handles communication for TypeChannels.
UiKitReferenceWidget
Embeds a UIKit view from an InstanceManager in the Widget hierarchy.

Mixins

InstanceConverter
Handles converting paired instances for an InstanceManager.
TypeChannelHandler<T extends Object>
Handles receiving messages and retrieving type arguments for a type channel.
TypeChannelMessageDispatcher
Handles sending messages for a TypeChannelMessenger.