input_mask 0.0.3
input_mask: ^0.0.3 copied to clipboard
A Dart interface for RobinHerbots InputMask
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add input_maskWith Flutter:
$ flutter pub add input_maskThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
input_mask: ^0.0.3Alternatively, your editor might support dart pub get or 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_mask/input_mask.dart';