keyboard_attachable 2.2.0 copy "keyboard_attachable: ^2.2.0" to clipboard
keyboard_attachable: ^2.2.0 copied to clipboard

A Flutter package to build widgets that can be attached to the soft keyboard.

[2.2.0] - October 2023 #

  • Upgrades Gradle and Manifest Updates for improved compatibility.
  • Upgrades flutter_keyboard_visibility dependency to version 5.4.1.

[2.1.0] - November 2021 #

  • Fixes animation begin and end being out of bounds for certain kinds of layouts.
  • Enables usage of KeyboardAttachable widgets with SafeArea widgets.

[2.0.1] - July 2021 #

  • Fixes animations and offsets when there are widgets below the footer.

[2.0.0] - March 2021 #

  • Migrates package to dart null safety.
  • Moves example files to the example folder.

[1.0.3] - May 2020 #

  • Moves keyboard visibility dependencies to flutter_visibility_package.
  • Refactors animation controllers and visibility stream subscription. Changes only affect internal components.

[1.0.2] - May 2020 #

  • Adds an example app to the project that makes use of the transitionBuilder parameter.
  • Improves documentation on transitionBuilder.

[1.0.1] - May 2020 #

  • Adds a transitionBuilder parameter to KeyboardAttachable that can be used to ontrol the animations that should happen when the soft keyboard is shown and hidden.

[1.0.0] - April 2020 #

  • Initial Open Source release.
104
likes
130
pub points
95%
popularity

Publisher

unverified uploader

A Flutter package to build widgets that can be attached to the soft keyboard.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_keyboard_visibility

More

Packages that depend on keyboard_attachable