naeileun_pin_input 0.0.3
naeileun_pin_input: ^0.0.3 copied to clipboard
6자리 PIN(간편 비밀번호) 입력용 모달 바텀시트 위젯. 입력 완료 후 외부 검증 → controller로 success/error/close 제어.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add naeileun_pin_inputThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
naeileun_pin_input: ^0.0.3Alternatively, 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:naeileun_pin_input/pin_input.dart';
import 'package:naeileun_pin_input/theme/custom_theme.dart';