input_code_field 2.0.2 copy "input_code_field: ^2.0.2" to clipboard
input_code_field: ^2.0.2 copied to clipboard

Widget providing input code field to insert PIN, SMS OTPs and other auth codes.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add input_code_field

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

dependencies:
  input_code_field: ^2.0.2

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:input_code_field/input_code_field.dart';
3
likes
150
points
54
downloads

Publisher

verified publisheremiliodallatorre.it

Weekly Downloads

Widget providing input code field to insert PIN, SMS OTPs and other auth codes.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on input_code_field