Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.