Last updated:
0 purchases
flutter keyboard action done
Flutter-Keyboard-Action-Done #
You might have come with a problem dismissing iOS keyboard when using input type number or phone . If you don't you will get this issue. So this package will help you to present done button above iOS & Android keyboard
Very simple to use #
-Just copy and paste below code int statefull widget where you are getting information Via TextField
@override
void initState() {
super.initState();
KeyBoardDoneController.init(context);
}
copied to clipboardcopied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.