secure_pin_input 0.0.1 copy "secure_pin_input: ^0.0.1" to clipboard
secure_pin_input: ^0.0.1 copied to clipboard

A customizable and secure PIN input field widget for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_pin_input

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

dependencies:
  secure_pin_input: ^0.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_pin_input/secure_pin_input.dart';
2
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable and secure PIN input field widget for Flutter apps.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on secure_pin_input