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 24 flutter_screenshot_callback issues
Sort by recently updated
recently updated
newest added

i found error No podspec found for `screenshot_detector` --> flutter 3.16.5

![image](https://github.com/flutter-moum/flutter_screenshot_callback/assets/26080886/44e3a8c9-4628-4d36-a9bf-c90110ebe035) In my firebase crashlytics, the screenshot callback package generates an issue. I think it's possibly related to due to MethodCall is called but found null value.

at Android 13 or higher, we must include new permission. > If your app targets Android 13, you must request one or more new permissions instead of the READ_EXTERNAL_STORAGE and...

screenshotCallback.addListener(() { //Void funtions are implemented print('detect screenshot'); });

Updated the namespace code block

Please help not working on last version of flutter sdk

Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision f468f3366c (4 weeks ago) • 2023-07-12 15:19:05 -0700 Engine • revision cdbeda788a Tools • Dart 3.0.6 • DevTools 2.23.1 Didn't...

Because every version of screenshot_detector depends on permission_handler ^9.2.0 and ocr3 depends on permission_handler ^10.4.2, screenshot_detector is forbidden. So, because ocr3 depends on screenshot_detector any, version solving failed.

![image](https://user-images.githubusercontent.com/35018535/216903156-08af93bf-5d39-4df4-af53-e2c919cb0fe4.png)