attachment_engine_android 0.0.1-dev.0
attachment_engine_android: ^0.0.1-dev.0 copied to clipboard
The Android implementation of attachment_engine. Provides Pigeon-generated HostApi transport for PDF, audio/video control, share, open-externally, paths, and download start/resume/cancel (plus hand-wr [...]
attachment_engine_android #
The Android implementation of
attachment_engine.
This package is endorsed by attachment_engine and you should not need to
depend on it directly — add attachment_engine to your pubspec.yaml and
this package is pulled in automatically for Android builds.
Every request/response native call (PDF, audio/video control, share,
open-externally, paths, download start/resume/cancel) is dispatched through
pigeon-generated HostApis — see
attachment_engine_platform_interface/pigeons/messages.dart for the schema.
The audio/video/download event streams remain hand-written EventChannels
(per-playerId dynamic channel names don't fit Pigeon's event-channel
model).