flutter_screenshot_events

Last updated:

0 purchases

flutter_screenshot_events Image
flutter_screenshot_events Images
Add to Cart

Description:

flutter screenshot events

flutter_screenshots #
禁用Android截屏、监听iOS截屏的一个插件
Getting Started #
android 禁用截屏:
FlutterScreenshots.disableScreenshots(true);
copied to clipboard
监听iOS事件
FlutterScreenshots.statusStream?.listen((event) {
setState(() {
_message = event.toString();
});
});
copied to clipboard

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.