Last updated:
0 purchases
flutter custom text input formatter
flutter_custom_text_input_formatter #
TextField(
decoration: InputDecoration(
hintText: 'please input...', border: InputBorder.none),
inputFormatters: CustomTextInputFormatter.getDoubleFormatter(),
//inputFormatters: CustomTextInputFormatter.getDoubleFormatter(maxValue:50),
//inputFormatters: CustomTextInputFormatter.getIntFormatter(),
//inputFormatters: CustomTextInputFormatter.getIntFormatter(maxValue:50),
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.