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. ---验证码输入组件
- Host: GitHub
- URL: https://github.com/kaitian6076/flutter-verify-code-input
- Owner: kaitian6076
- License: bsd-2-clause
- Created: 2020-09-01T10:31:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T05:54:15.000Z (over 5 years ago)
- Last Synced: 2026-02-17T03:54:03.995Z (22 days ago)
- Topics: verication, verification-code, verify-input, verifycode
- Language: Dart
- Homepage:
- Size: 632 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# verify_code_input
A verification code input widget.
## Showcase

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