You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnimplementedError: UnimplementedError: shareFiles() has not been implemented on Windows.
File "share_plus_windows.dart", line 53, col 5, in ShareWindows.shareFiles
File "share_plus.dart", line 76, col 22, in Share.shareFiles
File "whatsapp_view.dart", line 56, col 11, in shareFile
Flutter Doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.0.2, on Microsoft Windows [Version 10.0.19044.1288], locale en-IN)
[!] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
X cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.2.4)
[√] Android Studio (version 2021.2)
[√] VS Code (version 1.68.1)
[√] Connected device (3 available)
[√] HTTP Host Availability
The text was updated successfully, but these errors were encountered:
This is kind of a duplicate of the "closed as stale" #333. We do not implement sharing files for windows because people generally just use other means of providing access to files for foreign applications. Windows programs are very heterogeneous.
Platform
Windows
Plugin
share_plus
Version
4.0.8
Flutter SDK
3.0.1
Steps to reproduce
Invoke the following function when the app is running on Windows
Share.shareFiles([filePath]);
Code Sample
Logs
Flutter Doctor
The text was updated successfully, but these errors were encountered: