{"id":28402023,"url":"https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field","last_synced_at":"2025-06-25T17:32:02.145Z","repository":{"id":44875425,"uuid":"512792896","full_name":"flutter-form-builder-ecosystem/form_builder_phone_field","owner":"flutter-form-builder-ecosystem","description":"International phone number field for FlutterFormBuilder package","archived":false,"fork":false,"pushed_at":"2025-05-27T19:31:05.000Z","size":413,"stargazers_count":11,"open_issues_count":11,"forks_count":22,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-14T05:28:09.570Z","etag":null,"topics":["dart","flutter","flutter-form-builder","form","package","phone"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/form_builder_phone_field","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flutter-form-builder-ecosystem.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,"zenodo":null},"funding":{"open_collective":"flutter-form-builder-ecosystem"}},"created_at":"2022-07-11T14:36:16.000Z","updated_at":"2025-05-17T16:55:04.000Z","dependencies_parsed_at":"2024-04-16T04:23:36.118Z","dependency_job_id":"2a452179-1c5f-4b97-bfe0-0d155fa56fb5","html_url":"https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field","commit_stats":{"total_commits":67,"total_committers":4,"mean_commits":16.75,"dds":"0.22388059701492535","last_synced_commit":"0e267be7e6738fea1ac8651afc4de2b0e8575704"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/flutter-form-builder-ecosystem/form_builder_phone_field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-form-builder-ecosystem%2Fform_builder_phone_field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-form-builder-ecosystem%2Fform_builder_phone_field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-form-builder-ecosystem%2Fform_builder_phone_field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-form-builder-ecosystem%2Fform_builder_phone_field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flutter-form-builder-ecosystem","download_url":"https://codeload.github.com/flutter-form-builder-ecosystem/form_builder_phone_field/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flutter-form-builder-ecosystem%2Fform_builder_phone_field/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260134203,"owners_count":22963865,"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","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","flutter-form-builder","form","package","phone"],"created_at":"2025-06-01T14:36:16.824Z","updated_at":"2025-06-25T17:32:02.121Z","avatar_url":"https://github.com/flutter-form-builder-ecosystem.png","language":"Dart","funding_links":["https://opencollective.com/flutter-form-builder-ecosystem"],"categories":[],"sub_categories":[],"readme":"# Form Builder Phone Field\n\nInternational phone number field for [flutter_form_builder](https://pub.dev/packages/flutter_form_builder) package.\n\n[![Pub Version](https://img.shields.io/pub/v/form_builder_phone_field?logo=flutter\u0026style=for-the-badge)](https://pub.dev/packages/form_builder_phone_field)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/flutter-form-builder-ecosystem/form_builder_phone_field/base.yaml?branch=main\u0026logo=github\u0026style=for-the-badge)](https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/actions/workflows/base.yaml)\n[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/flutter-form-builder-ecosystem/form_builder_phone_field?logo=codefactor\u0026style=for-the-badge)](https://www.codefactor.io/repository/github/flutter-form-builder-ecosystem/form_builder_phone_field)\n[![Codecov](https://img.shields.io/codecov/c/github/flutter-form-builder-ecosystem/form_builder_phone_field?logo=codecov\u0026style=for-the-badge)](https://codecov.io/gh/flutter-form-builder-ecosystem/form_builder_phone_field/)\n\n___\n\n- [Features](#features)\n- [Usage](#usage)\n  - [Basic use](#basic-use)\n- [Support](#support)\n  - [Contribute](#contribute)\n  - [Questions and answers](#questions-and-answers)\n  - [Donations](#donations)\n- [Roadmap](#roadmap)\n- [Ecosystem](#ecosystem)\n- [Thanks to](#thanks-to)\n\n## Features\n\n- Country selector\n- Automatic parsing international number\n- Using phone_numbers_parser package. More details [here](https://pub.dev/packages/phone_numbers_parser)\n\n## Usage\n\n### Basic use\n\n```dart\nFormBuilderPhoneField(\n  name: 'phone_number',\n  decoration: const InputDecoration(\n    labelText: 'Phone Number',\n    hintText: 'Hint',\n  ),\n  priorityListByIsoCode: ['KE'],\n  validator: FormBuilderValidators.compose([\n    FormBuilderValidators.required(),\n  ]),\n),\n```\n\nSee [pub.dev example tab](https://pub.dev/packages/form_builder_phone_field/example) or [github code](example/lib/main.dart) for more details\n\n## Support\n\n### Contribute\n\nYou have some ways to contribute to this packages\n\n- Beginner: Reporting bugs or request new features\n- Intermediate: Implement new features (from issues or not) and created pull requests\n- Advanced: Join the [organization](#ecosystem) like a member and help coding, manage issues, dicuss new features and other things\n\n See [contribution guide](https://github.com/flutter-form-builder-ecosystem/.github/blob/main/CONTRIBUTING.md) for more details\n\n### Questions and answers\n\nYou can question or search answers on [Github discussion](https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/discussions) or on [StackOverflow](https://stackoverflow.com/questions/tagged/flutter-form-builder)\n\n### Donations\n\nDonate or become a sponsor of Flutter Form Builder Ecosystem\n\n[![Become a Sponsor](https://opencollective.com/flutter-form-builder-ecosystem/tiers/sponsor.svg?avatarHeight=56)](https://opencollective.com/flutter-form-builder-ecosystem)\n\n## Roadmap\n\n- [Add complete web support](https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues/11)\n- [Add visual examples](https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues/12) (images, gifs, videos, sample application)\n- [Solve open issues](https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues), [prioritizing bugs](https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/labels/bug)\n\n## Ecosystem\n\nTake a look to [our awesome ecosystem](https://github.com/flutter-form-builder-ecosystem) and all packages in there\n\n## Thanks to\n\n[All constributors](https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/graphs/contributors)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutter-form-builder-ecosystem%2Fform_builder_phone_field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflutter-form-builder-ecosystem%2Fform_builder_phone_field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflutter-form-builder-ecosystem%2Fform_builder_phone_field/lists"}