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

A flexible and fully customizable widget for PIN, OTP, and passcode entry. Perfect for verification screens, 2FA, transaction confirmations, and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pin_code

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

dependencies:
  pin_code: ^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:pin_code/pin_code.dart';
3
likes
160
points
191
downloads

Publisher

verified publisherjhonacode.com

Weekly Downloads

A flexible and fully customizable widget for PIN, OTP, and passcode entry. Perfect for verification screens, 2FA, transaction confirmations, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pin_code