flutter_secure_keyboard 2.1.1
flutter_secure_keyboard: ^2.1.1 copied to clipboard
Mobile secure keyboard to prevent KeyLogger attack and screen capture.
2.1.1 #
- Add
hideKeyInputMonitor
option. - Add
disableKeyBubble
option.
2.1.0 #
- Improve performance.
- Add
Key Bubble
to check the string key pressed.
2.0.0 #
- Migrate null safety.
- Upgrade
flutter_keyboard_visibility
plugin. - Remove
type
function inSecureKeyboardController
.
1.1.0 #
- Upgrade
flutter_keyboard_visibility
plugin. - Change the value of
SecureKeyboardKeyAction
to uppercase. - Change the value of
SecureKeyboardKeyType
to uppercase. - Change the value of
SecureKeyboardType
to uppercase. - Add
shuffleNumericKey
option to ask for shuffle of numeric keys. - Add
keyRadius
option to set the radius of the key button. - Add
keySpacing
option to set the spacing between key buttons. - Add
keyInputMonitorPadding
,keyboardPadding
option 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
onDoneKeyPressed
required annotation.
1.0.4 #
- Add
activatedKeyColor
param.
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
screenCaptureDetectedAlertTitle
param. - Add
screenCaptureDetectedAlertMessage
param. - Add
screenCaptureDetectedAlertActionTitle
param.
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.