pin_ui 0.1.0+1 copy "pin_ui: ^0.1.0+1" to clipboard
pin_ui: ^0.1.0+1 copied to clipboard

Widgets for implementing PIN code related screens in Flutter applications

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pin_ui

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pin_ui: ^0.1.0+1

Alternatively, 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:pin_ui/pin_ui.dart';
7
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Widgets for implementing PIN code related screens in Flutter applications

Repository (GitHub)
View/report issues

Topics

#pin #pin-code #widget #ui #animations

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, vibration

More

Packages that depend on pin_ui