pintextfield 0.1.1
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';