reference library

Classes

AndroidReferenceWidget
Embeds an Android view from an InstanceManager in the Widget hierarchy.
InstanceManager
Manages instances.
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.