flutter_secure_keyboard 1.1.0
flutter_secure_keyboard: ^1.1.0 copied to clipboard
Mobile secure keyboard to prevent KeyLogger attack and screen capture.
1.1.0 #
- Upgrade
flutter_keyboard_visibilityplugin. - Change the value of
SecureKeyboardKeyActionto uppercase. - Change the value of
SecureKeyboardKeyTypeto uppercase. - Change the value of
SecureKeyboardTypeto uppercase. - Add
shuffleNumericKeyoption to ask for shuffle of numeric keys. - Add
keyRadiusoption to set the radius of the key button. - Add
keySpacingoption to set the spacing between key buttons. - Add
keyInputMonitorPadding,keyboardPaddingoption to cope with edge screen.
1.0.6 #
- Example updates.
- Documentation updates.
- Add code so that the page does not close when the back button on the soft navigation bar is pressed.
1.0.5 #
- README updates.
- Example updates.
- Remove
onDoneKeyPressedrequired annotation.
1.0.4 #
- Add
activatedKeyColorparam.
1.0.3 #
- Change action key name from confirm to done.
- Fixed an error that occur when setting the key text.
1.0.2 #
- Add
screenCaptureDetectedAlertTitleparam. - Add
screenCaptureDetectedAlertMessageparam. - Add
screenCaptureDetectedAlertActionTitleparam.
1.0.1+3 #
- Update documentation.
1.0.1+2 #
- README updates.
- Change package name and structure.
1.0.1 #
- Fixed an issue that caused the input text to overflow.
- Added option to set maximum length of input text.
1.0.0+2 #
- Resize the close and view buttons.
- Fixed an issue where the button function did not work when dragging the view button.
1.0.0 #
- Initial release.