attachment_engine_windows 0.0.1-dev.1
attachment_engine_windows: ^0.0.1-dev.1 copied to clipboard
Windows implementation of attachment_engine providing native file paths, external opening, share, and Dart-based download pipeline.
attachment_engine_windows #
The Windows implementation of attachment_engine.
This package is endorsed by attachment_engine and is pulled in automatically for Windows desktop applications.
Status #
Development Preview:
- Pure Dart (Verified):
- Paths:
path_providersupport for application and cache directories. - Open Externally:
url_launcherintegration for opening files with default system applications. - Download: Resumable file downloads via
dart:iowithRangeheader support.
- Paths:
- Native C++ (Preview):
- Sharing:
IDataTransferManagerInteropCOM API integration. - Media Playback: Media Foundation (
IMFMediaEngine) audio/video channels.
- Sharing:
- Unimplemented:
- Native PDFKit-equivalent rendering and embedded WebView surfaces are currently unimplemented.
Usage #
Add attachment_engine to your app's pubspec.yaml:
dependencies:
attachment_engine: ^0.0.1-dev.1
For complete documentation and guides, visit attachment_engine.