input_code_field 2.0.2
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_fieldThis 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.2Alternatively, 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';