textwatcher

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

textwatcher

0.0.1 #
A simple customized text field package for flutter for android, ios, web, windows and macos
##Syntax
TextWatcher(
String id; - The key
Function onType; - function trigger when you type on the field
Function getDate; - function to get the date if type is date
WatchType watchType; - defines the type of input
int otpDigits; - a future extension for OTP type
int minCount; - minimum count of letters
Color backgroundColor; - background color of the block
Color textColor; - text color of the block
Color themeColor; - cursor color
Icon prefix; - section prefix icon
Widget suffix; - section end widget
String title; - section title
bool strongPassword; - determines you need to check for a strong password
TextEditingController controller;
bool limitToCount; - limit the text to minimum count
)
copied to clipboard
##Developed by Peeyoosh

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.