flutter_pin_code_widget 0.0.5+1 copy "flutter_pin_code_widget: ^0.0.5+1" to clipboard
flutter_pin_code_widget: ^0.0.5+1 copied to clipboard

PIN Code wiget for creating and checking local pin code with flexible settings.

  • A Flutter package that helps create a PIN Code screens.

Note, that the widget has leftBottomWidget property, for adding one more button on the bottom left.

Usage #

      SafeArea(
        child: Column(
          crossAxisAlignment: CrossAxisAlignment.center,
          children: [
            const SizedBox(height: 40),
            Text(
              'Set up PIN',
              style: Theme.of(context).textTheme.headline4,
            ),
            const SizedBox(height: 20),
            const Text('You can use this PIN to unlock the app.'),
            const SizedBox(height: 60),
            Expanded(
              child: PinCodeWidget(
                onFullPin: (_, __) {},
                initialPinLength: 4,
                onChangedPin: (_) {},
              ),
            ),
          ],
        ),
      ),

Full example is here https://github.com/AgoraDesk-LocalMonero/flutter-pin-code-widget/blob/main/example/lib/main.dart

Showcase #

Showcase|width=400px

Credits #

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.

27
likes
0
pub points
85%
popularity

Publisher

verified publisheragoradesk.com

PIN Code wiget for creating and checking local pin code with flexible settings.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_pin_code_widget