editable_pin_field 0.3.0 copy "editable_pin_field: ^0.3.0" to clipboard
editable_pin_field: ^0.3.0 copied to clipboard

An editable pin code text field for Flutter. Use this plugin for creating custom OTP value forms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add editable_pin_field

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

dependencies:
  editable_pin_field: ^0.3.0

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:editable_pin_field/editable_pin_field.dart';
1
likes
20
pub points
31%
popularity

Publisher

unverified uploader

An editable pin code text field for Flutter. Use this plugin for creating custom OTP value forms.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on editable_pin_field