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

The Windows implementation of attachment_engine. Paths and open-externally via path_provider/url_launcher (both flutter.dev-published, official Flutter team plugins); download via dart:io. Share (nati [...]

0.0.2-dev.0 #

  • Added native (C++) Share via IDataTransferManagerInterop/ DataTransferManager, and native audio/video playback + video embedding via Media Foundation's IMFMediaEngine (windows/share_channel.cpp, windows/audio_channel.cpp, windows/video_channel.cpp), wired to Dart through the same MethodChannel/EventChannel names as the Android and iOS implementations. Not yet build-verified — no Windows toolchain available in this environment; see the README "Status" section.
  • Added windows/CMakeLists.txt and the plugin registrant (attachment_engine_windows_plugin.h/.cpp); pubspec.yaml now declares pluginClass/cmakeFile for Windows.

0.0.1-dev.0 #

  • Initial development release: paths (path_provider) and open-externally (url_launcher) — both published by flutter.dev, the Flutter team's own verified publisher (not community/third-party plugins); download via dart:io's built-in HttpClient.
  • Share is not yet implemented — there is no standard OS command-line share mechanism, and no flutter.dev-published package covers it either; a real implementation needs native platform channel code (Windows DataTransferManager, no standard equivalent on Linux).
  • PDF native rendering, embedded native video/audio playback, and embedded native webview surfaces are not yet implemented — flutter.dev's own video_player does not support Windows/Linux either, so these still need a genuine native-view integration that has not been wired up yet.
0
likes
0
points
115
downloads

Publisher

unverified uploader

Weekly Downloads

The Windows implementation of attachment_engine. Paths and open-externally via path_provider/url_launcher (both flutter.dev-published, official Flutter team plugins); download via dart:io. Share (native, IDataTransferManagerInterop), audio/video playback and video embedding (native, Media Foundation IMFMediaEngine) are implemented in C++ but not yet build-verified (no Windows toolchain in CI at time of writing). Native PDF rendering and embedded webview surfaces are still not implemented on Windows.

Repository (GitHub)
View/report issues

Topics

#attachment #windows

License

unknown (license)

Dependencies

attachment_engine_platform_interface, flutter, path_provider, url_launcher

More

Packages that depend on attachment_engine_windows

Packages that implement attachment_engine_windows