avoid_keyboard 0.2.0-alpha avoid_keyboard: ^0.2.0-alpha copied to clipboard
This package enables convenient keyboard avoidance. It can be used to enable keyboard avoidance for specific view regions, without compressing the entire view.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2021-06-05 #
Added #
- Option to specify spacing between the top of the keyboard and the bottom of the focused text field.
Changed #
- No longer require
focusNodes
field onAvoidKeyboard
widget.
Fixed #
- Fixed bug in detecting when the focused field changed from one active node to another.
- Ordering of Changelog entries
0.1.1 - 2021-06-05 #
Changed #
- Improved pubspec.yaml description field
0.1.0 - 2021-06-04 #
Added #
- README.md explaining the motivation and usage for the package.
- Dart library containing the
AvoidKeyboard
widget - An example app under /example