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
-Just copy and paste below code int statefull widget where you are getting information Via TextField
@override void initState() { super.initState(); KeyBoardDoneController.init(context); }