secure_text_widget 0.1.1
secure_text_widget: ^0.1.1 copied to clipboard
A Flutter text widget that stays invisible in iOS screenshots, screen recordings, AirPlay mirroring and the App Switcher, while looking like a normal Text.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add secure_text_widgetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
secure_text_widget: ^0.1.1Alternatively, 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:secure_text_widget/secure_text_widget.dart';