Flutter_Pinput
Flutter_Pinput copied to clipboard
Also show the error in case the textfield is focused (like the textfield)
Its better to create a boolean field showErrorWhenFocused instead of just changing this line cause not all of us want this effect to be always enabled.
@hamzament Okay, i added showErrorWhenFocused
. Any further changes needed?