textfield_pattern_formatter 0.1.3
textfield_pattern_formatter: ^0.1.3 copied to clipboard
A Project for support the issues about Input in Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add textfield_pattern_formatter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
textfield_pattern_formatter: ^0.1.3
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:textfield_pattern_formatter/textfield_pattern_formatter.dart';