channels library
Classes
- $CaptureConnectionChannel
- $CaptureConnectionHandler
- $CaptureDeviceChannel
- $CaptureDeviceDiscoverySessionChannel
- $CaptureDeviceDiscoverySessionHandler
- $CaptureDeviceHandler
- $CaptureDeviceInputChannel
- $CaptureDeviceInputHandler
- $CaptureFileOutputChannel
- $CaptureFileOutputHandler
- $CaptureFileOutputRecordingDelegateChannel
- $CaptureFileOutputRecordingDelegateHandler
- $CaptureInputChannel
- $CaptureInputHandler
- $CaptureInputPortChannel
- $CaptureInputPortHandler
- $CaptureMovieFileOutputChannel
- $CaptureMovieFileOutputHandler
- $CaptureOutputChannel
- $CaptureOutputHandler
- $CapturePhotoCaptureDelegateChannel
- $CapturePhotoCaptureDelegateHandler
- $CapturePhotoChannel
- $CapturePhotoHandler
- $CapturePhotoOutputChannel
- $CapturePhotoOutputHandler
- $CapturePhotoSettingsChannel
- $CapturePhotoSettingsHandler
- $CaptureSessionChannel
- $CaptureSessionHandler
- $ChannelRegistrar
- $FinishProcessingPhotoCallbackChannel
- $FinishProcessingPhotoCallbackHandler
- $LibraryImplementations
- $PreviewControllerChannel
- $PreviewControllerHandler
- AndroidReferenceWidget
- Embeds an Android view from an InstanceManager in the Widget hierarchy.
- CaptureConnectionHandler
- TypeChannelHandler implementation for CaptureConnection.
- CaptureDeviceDiscoverySessionHandler
- TypeChannelHandler implementation for CaptureDeviceDiscoverySession.
- CaptureDeviceHandler
- TypeChannelHandler implementation for CaptureDevice.
- CaptureInputPortHandler
- TypeChannelHandler implementation for CaptureInputPort.
- CaptureOutputHandler
- TypeChannelHandler implementation for CaptureOutput.
- CapturePhotoHandler
- TypeChannelHandler implementation for CapturePhoto.
- ChannelRegistrar
- Registers type channels for AVFoundation classes.
- InstanceManager
- Manages instances.
- LibraryImplementations
- Type channel implementation for AVFoundation 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
- $CaptureConnection
- $CaptureDevice
- $CaptureDeviceDiscoverySession
- $CaptureDeviceInput
- $CaptureFileOutput
- $CaptureFileOutputRecordingDelegate
- $CaptureInput
- $CaptureInputPort
- $CaptureMovieFileOutput
- $CaptureOutput
- $CapturePhoto
- $CapturePhotoCaptureDelegate
- $CapturePhotoOutput
- $CapturePhotoSettings
- $CaptureSession
- $PreviewController
- 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.
Typedefs
- $FinishProcessingPhotoCallback = dynamic Function(CapturePhoto photo)