keyboard_sticky 0.2.0 keyboard_sticky: ^0.2.0 copied to clipboard
A UI component can sticky widget on the top of soft keyboard.
0.2.0 #
- [refactor] use two mixins for monitoring the keyboard and widget visibility
- [feat] support defining the widget visibility threshold when its partially visible
- public
KeyboardState
class,KeyboardMonitor
andWidgetOverlapMonitor
mixins - no longer depending on
FocusNode
to hide the floating widget/textfield.
0.1.1 #
- fix: example GIFs not showing
0.1.0 #
- initial release