screenshot_callback 3.0.1 screenshot_callback: ^3.0.1 copied to clipboard
Flutter plugin that allows you to detect mobile screenshot and execute callback functions on iOS and Android.
3.0.0 #
2.0.3 #
fix: Remove permission handler pacakge. You need to include this package in order to use on android. #60
2.0.0 #
Thanks you for leaving issues and PR. I sincerely apologize for not being able to properly maintain during this time.
1.1.3 #
- Fixes an issue with
pubspec.yaml
keys. - Upgrade
permission_handler
version. - Increase the minimum version of Flutter >= 1.10.0
1.1.2 #
- Upgrade
permission_handler
version
1.1.1 #
- ios: Keep only one single observer
1.1.0 #
1.0.1 #
- Import permission_handler package.
1.0.0 #
- Update
README.md
to add Android integration guide. (READ_EXTERNAL_STORAGE
permission)
0.1.0 #
- Fix several Android phone's screenshot callback detect path.
0.0.2 #
- Update
README.md
.
0.0.1 #
- Update example (add permission plugin to access external storage in Android).
0.0.1-alpha0 #
Enable screenshot detection on iOS and Android! 😀