embroor

Results 3 comments of embroor

I am using the exact same code to share an image that I generated. shareXfiles is working perfectly on IOS Mac And Android. Only Windows gets me this message: ShareResultStatus.unavailable...

First I am taking a screenshot through the package: ScreenShot : ` final image = await _screenshotController.captureFromLongWidget( context: context, InheritedTheme.captureAll( context, FileMatchingContent( ), to: context, ), pixelRatio: 2, ); `...