flutter_keyboard_action_done

Last updated:

0 purchases

flutter_keyboard_action_done Image
flutter_keyboard_action_done Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.