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

outdated

The Flutter package provides implementations of TextInputFormatter

vader-mask #

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
10%
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