screenshot_callback_fix

Creator: coderz1093

Last updated:

0 purchases

screenshot_callback_fix Image
screenshot_callback_fix Images
Add to Cart

Description:

screenshot callback fix

Screenshot Callback

Flutter plugin that allows you to detect mobile screenshot and execute callback functions on iOS and Android. πŸš€








Usage β€’
Issues and Feedback β€’
Author β€’
License


Feedback welcome and Pull Requests are most welcome!

Usage #
Focked from flutter_screenshot_callbackπŸš€
fix bugs.πŸš€
Import the package #
To use this plugin, follow the plugin installation instructions.
Use the plugin #
Add the following import to your Dart code:
import 'package:screenshot_callback_fix/screenshot_callback_fix.dart';
copied to clipboard
Initialize ScreenshotCallback with the scopes you want:
ScreenshotCallbackFix screenshotCallback = ScreenshotCallbackFix();
copied to clipboard
addListener #
Then invoke addListener method of ScreenshotCallback.
Add custom functions that you want to excute after detect screenshot. e.g:
screenshotCallback.addListener(() {
//Void funtions are implemented
print('detect screenshot');
});
copied to clipboard
dispose #
You need to call dispose method to terminate ScreenshotCallback before you exit the app e.g:
screenshotCallback.dispose();
copied to clipboard
Issues and Feedback #
Please file issues to send feedback or report a bug. Thank you !
Author #

Gwangyu-Kim β€’ kwangyu326@gmail.com
minsub0922 β€’ minsub0922@naver.com
beygee β€’ doug0476@naver.com
Flutter Moum β€’ fluttermoum@gmail.com

License #
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator