This package will simply wrap your widget and if you tap any where the keyboard will be dissmissed. it is usefull for such widgets which need user input. like: TextFields, etc.
Features
This Package will dismiss keyboard of the child widget if clikced on child widget.
Usage
DismissKeyboard(child:Container(width:300,height:500,child:TextField(),),);