keyboard_actions 2.0.0
keyboard_actions: ^2.0.0 copied to clipboard
Now you can add features to the Android / iOS keyboard in a very simple way.
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