pintextfield 0.1.1 copy "pintextfield: ^0.1.1" to clipboard
pintextfield: ^0.1.1 copied to clipboard

You can use this widget for phone number verification. After the data entry is provided, it returns it to you with the code name. You can do whatever you want with the code you have received. In the f [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pintextfield

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

dependencies:
  pintextfield: ^0.1.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:pintextfield/pintextfield.dart';
5
likes
100
pub points
58%
popularity

Publisher

unverified uploader

You can use this widget for phone number verification. After the data entry is provided, it returns it to you with the code name. You can do whatever you want with the code you have received. In the future, it is planned that the phone will listen to the sms and receive the codes automatically.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on pintextfield