masked_text 1.0.0 copy "masked_text: ^1.0.0" to clipboard
masked_text: ^1.0.0 copied to clipboard

A simple and basic masked text package.

masked_text #

A package for masked texts, so if you want a mask for phone, or zip code or any kind of mask, just use it :D

Getting Started #

It's very simple, it's a Widget as all the other ones.

MaskedTextField
(
    maskedTextFieldController: _textCPFController,
    mask: "xxx.xxx.xxx-xx",
    maxLength: 14,
    keyboardType: TextInputType.number,
    inputDecoration: new InputDecoration(
    hintText: "Write you Document here", labelText: "CPF"),
);
25
likes
0
pub points
90%
popularity

Publisher

unverified uploader

A simple and basic masked text package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, mask_text_input_formatter

More

Packages that depend on masked_text