Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 931 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 931 Bytes

phone_hint_android

Flutter plugin for Phone Number Hint Api on Android, provides a frictionless way to show a user's (SIM-based) phone numbers as a hint.

demo

Example usage:

final phoneNumber = await PhoneHintAndroid().getPhoneNumber();

Benefits

  • No additional permission requests are needed
  • Eliminates the need for the user to manually type in the phone number
  • No Google account is needed
  • Not directly tied to sign in/up workflows
  • Wider support for Android versions compared to Autofill

Utilised Google's Phone Number Hint Api

Support phone_hint_android

You can support phone_hint_android by liking it on Pub and staring it on Github, sharing ideas on how we can enhance a certain functionality or by reporting any problems you encounter.