screenshot_detector_callback 1.0.2
screenshot_detector_callback: ^1.0.2 copied to clipboard
Flutter plugin that allows you to detect mobile screenshot and execute callback functions on iOS and Android.
1.0.2 #
- Fixed iOS module import issue: Updated Objective-C import from
screenshot_callback_fixtoscreenshot_detector_callback - Regenerated pigeon files with correct package references
1.0.1 #
- Fixed package configuration and dependencies
- Updated pigeon generated files
- Improved documentation
1.0.0 #
- Renamed package from
screenshot_callback_fixtoscreenshot_detector_callback - Updated all references to use the new unique package name
- Updated repository URLs and documentation
- Fixed import issues and cleaned up old files
- Changed main class from
ScreenshotCallbackFixtoScreenshotDetectorCallback
0.1.6 #
ios: The native interaction method use MethodChannel
0.1.5 #
android: The native interaction method has changed from MethodChannel to pigeon
0.1.4 #
fix(android): get notified on taking screenshot
0.1.3 #
ios: fix ios build
0.1.0 #
fix: NullPointerException