keyboard_actions 3.1.2
keyboard_actions: ^3.1.2 copied to clipboard
Now you can add features to the Android / iOS keyboard in a very simple way.
3.1.2 #
- fixed issue with
keyboardActionsPlatform.
3.1.1 #
- added
tapOutsideToDismissproperty insideKeyboardActionsin case you want to press outside the keyboard to dismiss it.
3.1.0 BREAKING CHANGE #
- API improved
FormKeyboardActionswas renamed toKeyboardActions.KeyboardCustomInputwas added to help you to create custom keyboards in an easy way.- added
enabledproperty insideKeyboardActionsin case you don't want to useKeyboardActionswidget (tablets for example). - added
displayActionBarproperty insideKeyboardActionin case you want to display/hide the keyboard bar (E.g: if you use footerBuilder and add your own done button inside that) - added
isDialogproperty insideKeyboardActions. - Material color is transparent to avoid issues with the parent container.
3.0.0 BREAKING CHANGE #
- Restore the old API with some bug fixing
2.1.2+2 #
- Keyboard dismissed when press back on Android.
2.1.2+1 #
- Fixed issue when using
CupertinoPageScaffold.
2.1.2 #
- Now you can use the
IconTheme.of(context).colorandTheme.of(context).disabledColorto set the colors of the arrow icons (up/down).
[2.1.0 - 2.1.1+1] #
- Custom footer widget below keyboard bar
- Now you can add your custom keyboard!!
- Thanks @jayjwarrick again for the contribution
2.0.1 #
- Disable next & previous buttons when there is none
2.0.0 ** Breaking change ** #
- Now
KeyboardActionsworks on Dialogs - Add KeyboardActionsConfig to make parameters easily swappable
- Add
FormKeyboardActions.setKeyboardActionsandFormKeyboardActionsto allow changing the config from anywhere in the child widget tree. (Check the sample) - Thanks @jayjwarrick for the contribution
1.0.4 #
- Added
enabledattribute for KeyboardAction to skip the prev/next when the TextField is disabled