Last updated:
0 purchases
keyboard listener
keyboard_listener #
listener android keyboard status plugin.
Usage #
@override
void initState() {
super.initState();
// isShow true(keyboard show) false(keyboard hide)
KeyBoardReceive.getKeyBoardStatus((isShow) {
setState(() {
});
});
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.