attachment_engine_platform_interface 0.0.1-dev.0 copy "attachment_engine_platform_interface: ^0.0.1-dev.0" to clipboard
attachment_engine_platform_interface: ^0.0.1-dev.0 copied to clipboard

A common platform interface for the attachment_engine plugin. Defines the pure-Dart, transport-agnostic contract that attachment_engine_android, attachment_engine_ios, and any future platform implemen [...]

attachment_engine_platform_interface #

A common platform interface for the attachment_engine plugin.

This package is the pure-Dart contract that platform implementations (attachment_engine_android, attachment_engine_ios, and any future implementation such as a web package) must conform to. Its API surface uses only plain Dart/Flutter types — no MethodChannel, EventChannel, or other transport-specific type appears in any signature — so a new platform can satisfy it through whatever transport makes sense there (e.g. dart:js_interop for web).

Users of attachment_engine should not need to depend on this package directly; it exists to be depended on by platform-implementation packages.

0
likes
0
points
153
downloads

Publisher

unverified uploader

Weekly Downloads

A common platform interface for the attachment_engine plugin. Defines the pure-Dart, transport-agnostic contract that attachment_engine_android, attachment_engine_ios, and any future platform implementation (e.g. web) must satisfy.

Repository (GitHub)
View/report issues

Topics

#attachment #platform-interface

License

unknown (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on attachment_engine_platform_interface