v0.1.2flutter_pin_code_widget
로컬 PIN 코드를 생성하고 확인하기 위한 PIN 코드 위젯으로 유연한 설정을 지원합니다.
27좋아요 24130일 다운로드160Pub 점수
AndroidiOSWebmacOSWindowsLinux
지갑, 은행 및 기타 앱용 로컬 PIN 코드 화면을 생성하고 사용하기 위한 위젯입니다.
{"sdk":"flutter"}{"sdk":"flutter"}^1.0.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
Note, that the widget has centerBottomWidget property, for adding one more button on the bottom left.
PinCodeWidget(
minPinLength: 4,
maxPinLength: 25,
onChangedPin: (pin) {
// check the PIN length and check different PINs with 4,5.. length.
},
onEnter: (pin, _) {
// callback user pressed enter
},
centerBottomWidget: IconButton(
icon: const Icon(
Icons.fingerprint,
size: 40,
),
onPressed: () {},
),
),
Example app
Showcase|width=400px
App from the stores https://agoradesk.com/, the code is here code https://github.com/AgoraDesk-LocalMonero/agoradesk-app-foss/blob/main/lib/features/auth/screens/pin_code_set_screen.dart
Showcase|width=400px
This is a project by Agoradesk, P2P cryptocurrency trading platform. Created by the team behind LocalMonero, the biggest and most trusted Monero P2P trading platform.