{"id":32269821,"url":"https://github.com/developer-shubham101/mobile_no_hint","last_synced_at":"2026-02-21T07:02:32.199Z","repository":{"id":251359681,"uuid":"837203058","full_name":"developer-shubham101/mobile_no_hint","owner":"developer-shubham101","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-02T12:47:08.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T16:20:47.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developer-shubham101.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-02T12:37:44.000Z","updated_at":"2025-01-13T17:45:31.000Z","dependencies_parsed_at":"2024-08-02T13:38:20.544Z","dependency_job_id":null,"html_url":"https://github.com/developer-shubham101/mobile_no_hint","commit_stats":null,"previous_names":["developer-shubham101/mobilenohint","developer-shubham101/mobile_no_hint"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developer-shubham101/mobile_no_hint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-shubham101%2Fmobile_no_hint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-shubham101%2Fmobile_no_hint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-shubham101%2Fmobile_no_hint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-shubham101%2Fmobile_no_hint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developer-shubham101","download_url":"https://codeload.github.com/developer-shubham101/mobile_no_hint/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-shubham101%2Fmobile_no_hint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29675917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-22T22:29:41.415Z","updated_at":"2026-02-21T07:02:32.194Z","avatar_url":"https://github.com/developer-shubham101.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mobile_no_hint\n\nThe `mobile_no_hint` Flutter package offers an easy method to retrieve phone number hints from a user's device using the Phone Number Hint API.\n\nPlease check the original doc as well  [https://developers.google.com/identity/phone-number-hint/android](https://developers.google.com/identity/phone-number-hint/android)\n\n## Getting Started\n\n\n### Import package\n```dart\nimport 'package:mobile_no_hint/mobile_no_hint.dart';\n```\n\nCall function in initState\n\n```dart\n@override  \nvoid initState() {  \n\tsuper.initState(); \n\tif (Platform.isAndroid) {  \n\t  MobileNoHint mobileNumber = MobileNoHint();  \n\t  WidgetsBinding.instance  \n\t  .addPostFrameCallback((timeStamp) =\u003e mobileNumber.mobileNumber());  \n\t  mobileNumber.getMobileNumberStream.listen((event) {  \n\t    if (event?.states == PhoneNumberStates.PhoneNumberSelected) {  \n\t      _mobileController.text = event!.phoneNumber!;  \n\t  }  \n\t  });  \n\t}\n}  \n```   ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-shubham101%2Fmobile_no_hint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper-shubham101%2Fmobile_no_hint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-shubham101%2Fmobile_no_hint/lists"}