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),
);-
Notifications
You must be signed in to change notification settings - Fork 2
text input formatter
License
lazyee/flutter_custom_text_input_formatter
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
text input formatter
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
