phone_hint_text_field 0.0.1
phone_hint_text_field: ^0.0.1 copied to clipboard
A new Flutter package for showing the phone number hints with a text field.
Phone Hint Text Field #
Phone Hint Text Field package is suggest the list of mobile numbers from your device to your Flutter app.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get
):
dependencies:
phone_hint_text_field: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:phone_hint_text_field/phone_hint_text_field.dart';
|
![]() |