attachment_engine_android 0.0.1-dev.0 copy "attachment_engine_android: ^0.0.1-dev.0" to clipboard
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_engine 0.1.0 as part of the federated-plugin split. Implements AttachmentEnginePlatform from attachment_engine_platform_interface on 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 MethodChannel string dispatch to the pigeon-generated HostApis in attachment_engine_platform_interface (Messages.g.kt). The audio/video/download event streams are unchanged, hand-written EventChannels.
0
likes
0
points
115
downloads

Publisher

unverified uploader

Weekly Downloads

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-written EventChannel transport for audio/video/download event streams) over the native Kotlin code backing them on Android.

Repository (GitHub)
View/report issues

Topics

#attachment #android

License

unknown (license)

Dependencies

attachment_engine_platform_interface, flutter

More

Packages that depend on attachment_engine_android

Packages that implement attachment_engine_android