secure_textfield 1.0.1 copy "secure_textfield: ^1.0.1" to clipboard
secure_textfield: ^1.0.1 copied to clipboard

A Flutter package that provides a secure text field widget blocking copy/paste functionality across iOS, Android, and web platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_textfield

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

dependencies:
  secure_textfield: ^1.0.1

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:secure_textfield/secure_textfield.dart';
0
likes
160
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a secure text field widget blocking copy/paste functionality across iOS, Android, and web platforms.

Repository (GitHub)
View/report issues

Topics

#flutter #security #textfield #copy-paste #input-protection

Documentation

API reference

License

MIT (license)

Dependencies

flutter, universal_io

More

Packages that depend on secure_textfield