visible_on_focus 0.0.1 visible_on_focus: ^0.0.1 copied to clipboard
a Flutter widget that automatically scrolls a focused text field (or any other focusable widget) into view when the keyboard appears
Changelog #
[0.0.1] - 2024-10-03 #
Added #
- Initial release of the
VisibleOnFocus
package. - Automatically scrolls the focused widget (e.g.,
TextField
) into view when the keyboard appears. - Ensures that the focused widget remains centered in its scrollable parent.
- Provides a customizable
duration
andcurve
for scrolling animation.