masked_text 1.1.2 copy "masked_text: ^1.1.2" to clipboard
masked_text: ^1.1.2 copied to clipboard

A simple and basic masked text package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add masked_text
copied to clipboard

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

dependencies:
  masked_text: ^1.1.2
copied to clipboard

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:masked_text/masked_text.dart';
copied to clipboard
26
likes
130
points
725
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

A simple and basic masked text package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, mask_text_input_formatter

More

Packages that depend on masked_text