Skip to content

Tags: diegoveloper/flutter_keyboard_actions

Tags

4.2.0

Toggle 4.2.0's commit message
changelog updated

4.1.0

Toggle 4.1.0's commit message
doc: version bumped

4.0.1

Toggle 4.0.1's commit message
feat: keyboardBarElevation added

4.0.0

Toggle 4.0.0's commit message
sdk updated

3.4.7

Toggle 3.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.6

Toggle 3.4.6's commit message
fixing conflicts

3.4.5

Toggle 3.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

3.4.4

Toggle 3.4.4's commit message
`defaultDoneWidget` was added

3.4.3

Toggle 3.4.3's commit message
hardcode value removed

3.4.2

Toggle 3.4.2's commit message
avoid hiding the bar