text_input_formatter 1.0.2 copy "text_input_formatter: ^1.0.2" to clipboard
text_input_formatter: ^1.0.2 copied to clipboard

A Flutter package that provides customizable input formatting for text fields.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add text_input_formatter

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

dependencies:
  text_input_formatter: ^1.0.2

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:text_input_formatter/text_input_formatter.dart';
9
likes
150
points
45
downloads

Publisher

verified publishersolrum.dev

Weekly Downloads

A Flutter package that provides customizable input formatting for text fields.

Homepage
Repository (GitHub)
View/report issues

Topics

#formatter

Documentation

API reference

License

MIT (license)

Dependencies

decimal, flutter, intl

More

Packages that depend on text_input_formatter