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 [...]
0.0.1-dev.0 #
- Initial release: the Android implementation extracted from
attachment_engine0.1.0 as part of the federated-plugin split. ImplementsAttachmentEnginePlatformfromattachment_engine_platform_interfaceon top of hand-written Kotlin (Media3/ExoPlayer,PdfRenderer,WebView,HttpURLConnection-based resumable download,FileProvider-based share/open). - Migrates every request/response native call (PDF, audio/video control,
share, open-externally, paths, download start/resume/cancel) from
hand-written
MethodChannelstring dispatch to the pigeon-generatedHostApis inattachment_engine_platform_interface(Messages.g.kt). The audio/video/download event streams are unchanged, hand-writtenEventChannels.