Skip to content

ikp-773/custom_pin_entry_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐custom_pin_entry_field🗝️

pub package License: MIT GitHub top language Platform Support

A fully user customizable Pin Entry Field. It supports all the platforms flutter supports.

custom_pin_entry_field is a TextField widget to help display different style pin/OTP entry . It supports all the platforms flutter supports.

Feature 👇👇

  • Allows you to fully customize the struture of textField in any way you want.
  • Show or hide cursor.
  • Obscure support.
  • Input decoration support
  • Support all the textField properties support
  • Automatically focuses on the next text field.

Installing 🔧

Install the latest version from pub.

Installing

Use this package as a library

1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies:
  custom_pin_entry_field: ^1.0.2

2. Install it

You can install packages from the command line: with Flutter:

$ flutter packages get

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

3. Import it

Now in your project level Dart code, you can use:

import 'package:custom_pin_entry_field/custom_pin_entry_field.dart';

Contributors

About

A fully user customizable Pin Entry Field..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages