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

Input formatters for textfield, with placeholders that will stay (can't be deleted). Phone numbers, (soon Credit card, phone numbers, etc)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add input_formatter

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  input_formatter: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:input_formatter/input_formatter.dart';
0
likes
120
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

Input formatters for textfield, with placeholders that will stay (can't be deleted). Phone numbers, (soon Credit card, phone numbers, etc)

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

decimal, flutter, intl

More

Packages that depend on input_formatter