- Fixes animation begin and end being out of bounds for certain kinds of layouts.
- Enables usage of
KeyboardAttachable
widgets withSafeArea
widgets.
- Fixes animations and offsets when there are widgets below the footer.
- Migrates package to dart null safety.
- Moves example files to the
example
folder.
- Moves keyboard visibility dependencies to
flutter_visibility_package
. - Refactors animation controllers and visibility stream subscription. Changes only affect internal components.
- Adds an example app to the project that makes use of the
transitionBuilder
parameter. - Improves documentation on
transitionBuilder
.
- Adds a
transitionBuilder
parameter toKeyboardAttachable
that can be used to ontrol the animations that should happen when the soft keyboard is shown and hidden.
- Initial Open Source release.