ui_masked_text 0.0.3
ui_masked_text: ^0.0.3 copied to clipboard
A declarative Flutter UI widget to safely mask and obfuscate sensitive read-only data (emails, phones, credit cards) preventing shoulder-surfing.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ui_masked_textThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ui_masked_text: ^0.0.3Alternatively, 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:ui_masked_text/ui_masked_text.dart';