animated_otp_verifier 0.0.1
animated_otp_verifier: ^0.0.1 copied to clipboard
A premium animated OTP verification widget with loader border, merge animation, success glow, and failure shake.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_otp_verifierThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animated_otp_verifier: ^0.0.1Alternatively, 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:animated_otp_verifier/animated_otp_verifier.dart';