vader_mask 0.1.0 copy "vader_mask: ^0.1.0" to clipboard
vader_mask: ^0.1.0 copied to clipboard

The Flutter package provides implementations of TextInputFormatter

vader-mask #

pub package

The Flutter package provides implementations of TextInputFormatter

How to use #

import 'package:vader_mask/vader_mask.dart';

Mobile phone formatter #

TextField(
  decoration: InputDecoration(
    hintText: 'Mobile number',
    prefixText: '+7 ',
  ),
  inputFormatters: <TextInputFormatter>[
    PhoneFormatter()
  ],
  keyboardType: TextInputType.phone,
  maxLength: 15,
  autofocus: true,
)
0
likes
30
pub points
11%
popularity

Publisher

unverified uploader

The Flutter package provides implementations of TextInputFormatter

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on vader_mask