Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 180 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 180 Bytes

phone-mask-formatter

10 and 11 digits phone mask formatter for flutter

Usage

TextFormField(
  ...
  inputFormatters: [
    PhoneMaskFormatter(),
  ],
  ...
)