An open API service indexing awesome lists of open source software.

https://github.com/kaitian6076/flutter-verify-code-input

a verification code input widget. ---验证码输入组件
https://github.com/kaitian6076/flutter-verify-code-input

verication verification-code verify-input verifycode

Last synced: 11 days ago
JSON representation

a verification code input widget. ---验证码输入组件

Awesome Lists containing this project

README

          

# verify_code_input

A verification code input widget.

## Showcase

![](show_case.gif)

## Usage

```dart
VerifyCodeInput(
onComplete: (String value) {
print('Your input code is : $value');
},
)
```