Tags: diegoveloper/flutter_keyboard_actions
Tags
push new version (#183) * #172 Fix bugs found in "avoid" offset after more testing (#177) Please see https://stackoverflow.com/a/64473806/3935156 for details on why there was so many inconsistencies in behaviour * validation added * #172 apply offset fix to dialogs (#178) * Full null reference exception (#180) * #172 apply offset fix to dialogs * Make more null safe, someone was experiencing a null reference exception * new version ready * nit: clean readme Co-authored-by: Benjamin Farquhar <bt.farquhar@gmail.com>
3.4.5 version (#170) * adding keepFocusOnTappingNode feature (#168) * adding keepFocusOnTappingNode feature * better text * changelog updated * Do not align items to right when arrows are not displayed (#169) * Do not align items to right when arrows are not displayed Previously all toolbar buttons were aligned to the right even when arrows were not displayed. The proposed changes modify this behavior: when arrows are hidden, toolbar buttons are aligned to the beginning. Otherwise, the behavior stays the same. * Make the `Spacer` a constant * Add `toolbarAlignment` field * Add a new sample demonstrating the usage of `KeyboardActionsItem.toolbarAlignment` * readme updated * removed * Fix keyboard to show input number as is stated in hint text. (#167) Co-authored-by: Alexandre <minettealexandre@fastmail.se> Co-authored-by: Arshak Aghakaryan <agakaryan.arshak@gmail.com> Co-authored-by: chinitadelrey <26187282+chinitadelrey@users.noreply.github.com>
PreviousNext