screen_tap_blocker 0.0.1
screen_tap_blocker: ^0.0.1 copied to clipboard
A Flutter plugin to block all screen taps temporarily on Android and iOS.
0.0.1 #
- Initial release of screen_tap_blocker plugin
- Added functionality to block screen taps and user interactions
- Implemented
enable()method to activate tap blocking - Implemented
disable()method to deactivate tap blocking - Full iOS support with compatibility for iOS 12.0+
- Cross-platform support for Flutter applications
- Transparent overlay window that intercepts all touch events
- Easy integration with simple API calls