Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Possible bug report! in windows 11 share button is not working. #2669

Open
8 tasks done
RecepDev opened this issue Mar 10, 2024 · 1 comment
Open
8 tasks done
Labels
bug Something isn't working share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin triage windows

Comments

@RecepDev
Copy link

Platform

windows 11

Plugin

share_plus

Version

^7.2.2

Flutter SDK

3.16.4

Steps to reproduce

Just using sample but nothing is appearing

Code Sample

Future<void> sendMessageAndMedia(
      String message, List<String> photoPhats) async {
    Share.shareXFiles([pickedImage!], text: "s");
  }

Logs

didnt understand this part

this is all log

https://ctxt.io/2/AACIweEsFg

Flutter Doctor

[√] Flutter (Channel stable, 3.16.4, on Microsoft Windows [Version 10.0.22631.3155], locale tr-TR)
    • Flutter version 3.16.4 on channel stable at C:\Dev\flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 2e9cb0aa71 (3 months ago), 2023-12-11 14:35:13 -0700
    • Engine revision 54a7145303
    • Dart version 3.2.3
    • DevTools version 2.28.4

[√] Windows Version (Installed version of Windows is version 10 or higher)

[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at C:\Users\recep\AppData\Local\Android\Sdk
    • Platform android-34, build-tools 34.0.0
    • Java binary at: C:\Program Files\Android\Android Studio\jbr\bin\java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-10027231)
    • All Android licenses accepted.

[√] Chrome - develop for the web
    • Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe

[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.8.3)
    • Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
    • Visual Studio Community 2022 version 17.8.34330.188
    • Windows 10 SDK version 10.0.22621.0

[√] Android Studio (version 2022.3)
    • Android Studio at C:\Program Files\Android\Android Studio
    • Flutter plugin can be installed from:
       https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
       https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-b2043.56-10027231)

[√] VS Code (version 1.85.1)
    • VS Code at C:\Users\recep\AppData\Local\Programs\Microsoft VS Code
    • Flutter extension version 3.84.0

[√] Connected device (4 available)
    • sdk gphone64 x86 64 (mobile) • emulator-5554 • android-x64    • Android 14 (API 34) (emulator)
    • Windows (desktop)            • windows       • windows-x64    • Microsoft Windows [Version 10.0.22631.3155]
    • Chrome (web)                 • chrome        • web-javascript • Google Chrome 120.0.6099.225
    • Edge (web)                   • edge          • web-javascript • Microsoft Edge 122.0.2365.80

[√] Network resources
    • All expected network resources are available.

• No issues found!

Checklist before submitting a bug

  • I searched issues in this repository and couldn't find such bug/problem
  • I Google'd a solution and I couldn't find it
  • I searched on StackOverflow for a solution and I couldn't find it
  • I read the README.md file of the plugin
  • I'm using the latest version of the plugin
  • All dependencies are up to date with flutter pub upgrade
  • I did a flutter clean
  • I tried running the example project
@RecepDev RecepDev added bug Something isn't working triage labels Mar 10, 2024
@miquelbeltran miquelbeltran added share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin windows labels Mar 13, 2024
@RecepDev RecepDev changed the title [Bug]: Possible bug report! in windows 11 my share button is not working. [Bug]: Possible bug report! in windows 11 share button is not working. Mar 15, 2024
@miquelbeltran
Copy link
Member

Hi, the link https://ctxt.io/2/AACIweEsFg seems to have expired.

Could you try to find what the error you see in the logs is and paste it here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working share_plus Feature, Enhancement, Bug Fixes for Share Plus Plugin triage windows
Projects
None yet
Development

No branches or pull requests

2 participants