v0.1.2flutter_pin_code_widget
स्थानीय पिन कोड बनाने और जांचने के लिए 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.