flutter_screenshot_callback icon indicating copy to clipboard operation
flutter_screenshot_callback copied to clipboard

Flutter plugin that allows you to detect mobile screenshot and execute callback functions on iOS and Android. 🚀

Results 20 flutter_screenshot_callback issues
Sort by recently updated
recently updated
newest added

The error occurred on the android release build. iOS is fine. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':screenshot_callback:verifyReleaseResources'. A failure occurred while...

I use it just like the example, but the listener dosen't work ``` @override void initState(){ super.initState(); init(); } @override void dispose() { super.dispose(); } void init() async { await...

2.0.3版本 iOS截图能正常触发回调,安卓(小米、oppo、华为)手机都不能触发截图回调 Version 2.0.3 iOS screenshots can trigger callbacks normally, but Android (Xiaomi, Oppo, Huawei) phones cannot trigger screenshot callbacks

Used same example and not working or doing any action

only By Modifying In This Way Can We Succeed

Hi! Your package is quite nice, but it would be awesome if it could optionally return the screenshot path when it listens to it. I guess it could be either...

feature

Having permission_handler as part of this library makes it hard to use. We use permission_handler in our app so now if we want to update permission_handler we need to use...

feature

PlatformException(error, Attempt to invoke virtual method 'void com.flutter.moum.screenshot_callback.ScreenshotDetector.stop()' on a null object reference, null, java.lang.NullPointerException: Attempt to invoke virtual method 'void com.flutter.moum.screenshot_callback.ScreenshotDetector.stop()' on a null object reference at com.flutter.moum.screenshot_callback.ScreenshotCallbackPlugin.onMethodCall(SourceFile:7) at...