otp_screen 0.0.3 copy "otp_screen: ^0.0.3" to clipboard
otp_screen: ^0.0.3 copied to clipboard

A new Flutter package which helps developer in creating Otp screen with few lines of code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add otp_screen

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

dependencies:
  otp_screen: ^0.0.3

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:otp_screen/otp_screen.dart';
29
likes
30
pub points
74%
popularity

Publisher

unverified uploader

A new Flutter package which helps developer in creating Otp screen with few lines of code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, fluttertoast

More

Packages that depend on otp_screen