{"id":32285544,"url":"https://github.com/rexthecoder/international_phone_field","last_synced_at":"2026-01-11T04:07:42.110Z","repository":{"id":56833087,"uuid":"313691202","full_name":"rexthecoder/international_phone_field","owner":"rexthecoder","description":"Validating numbers and providing necessary detail base on selected country ","archived":false,"fork":false,"pushed_at":"2020-11-19T09:33:13.000Z","size":393,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T01:49:46.386Z","etag":null,"topics":["dart","flutter","flutterpackage"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/international_phone_field/versions/0.1.0","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rexthecoder.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}},"created_at":"2020-11-17T17:19:33.000Z","updated_at":"2025-08-12T19:37:35.000Z","dependencies_parsed_at":"2022-09-12T21:21:35.315Z","dependency_job_id":null,"html_url":"https://github.com/rexthecoder/international_phone_field","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rexthecoder/international_phone_field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexthecoder%2Finternational_phone_field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexthecoder%2Finternational_phone_field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexthecoder%2Finternational_phone_field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexthecoder%2Finternational_phone_field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexthecoder","download_url":"https://codeload.github.com/rexthecoder/international_phone_field/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexthecoder%2Finternational_phone_field/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280546407,"owners_count":26348722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dart","flutter","flutterpackage"],"created_at":"2025-10-23T01:49:44.342Z","updated_at":"2025-10-23T01:49:48.761Z","avatar_url":"https://github.com/rexthecoder.png","language":"Dart","readme":"# international_phone_field🌎\nValidating numbers and providing necessary detail base on selected country😃. The pacakge comes with enough detail about the country which is super useful and save you from api issues🐻\n\n## Simple project screenshot\n\n\u003cimg src=\"https://user-images.githubusercontent.com/36260221/99586029-0e579a00-29df-11eb-88fa-4a0066ad0cde.png\" width=\"240\"/\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/36260221/99586194-48c13700-29df-11eb-919d-6dd9b7faa016.png\" width=\"240\"/\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/36260221/99587738-6abbb900-29e1-11eb-8ad5-50b9235f585b.png\" width=\"240\"/\u003e\n\n\n## Usage\n```dart\nimport 'package:international_phone_field/international_phone_field.dart';\nString phoneNumber;\nString phoneIsoCode;\n\n  void onPhoneNumberChange(\n      String number,\n      String internationalizedPhoneNumber,\n      String isoCode,\n      String dialCode,\n      String countryCapital,\n      String countryContinent,\n      String countryCurrency,\n      String countryName) {\n    setState(() {\n      phoneNumber = number;\n      phoneIsoCode = isoCode;\n    });\n  }\n@override\n Widget build(BuildContext context) =\u003e Scaffold(\n     body: Center(\n       child: Padding(\n              padding: const EdgeInsets.only(left: 8.0, right: 8.0),\n              child: InterField(\n                onPhoneNumberChange: onPhoneNumberChange,\n                initialPhoneNumber: phoneNumber,\n                initialSelection: phoneIsoCode,\n                enabledCountries: ['+233', '+234'],\n                labelText: \"Enter your phone Number\",\n                addCountryComponentInsideField: true,\n                border: OutlineInputBorder(\n                  gapPadding: 20.0,\n                  borderRadius: BorderRadius.circular(10),\n                ),\n              ),\n            ),\n          ),\n       );\n\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexthecoder%2Finternational_phone_field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexthecoder%2Finternational_phone_field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexthecoder%2Finternational_phone_field/lists"}