{"id":18048363,"url":"https://github.com/rahiche/flutter_code_input","last_synced_at":"2025-04-10T09:50:47.510Z","repository":{"id":50238878,"uuid":"145298861","full_name":"Rahiche/flutter_code_input","owner":"Rahiche","description":"Flutter Code Input","archived":false,"fork":false,"pushed_at":"2021-05-31T22:46:16.000Z","size":298,"stargazers_count":71,"open_issues_count":8,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-24T08:47:04.967Z","etag":null,"topics":["dart","flutter","widget"],"latest_commit_sha":null,"homepage":null,"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/Rahiche.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":"2018-08-19T11:54:04.000Z","updated_at":"2024-10-23T04:37:55.000Z","dependencies_parsed_at":"2022-09-06T10:32:12.490Z","dependency_job_id":null,"html_url":"https://github.com/Rahiche/flutter_code_input","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fflutter_code_input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fflutter_code_input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fflutter_code_input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fflutter_code_input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahiche","download_url":"https://codeload.github.com/Rahiche/flutter_code_input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248197698,"owners_count":21063620,"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","widget"],"created_at":"2024-10-30T20:12:32.139Z","updated_at":"2025-04-10T09:50:47.482Z","avatar_url":"https://github.com/Rahiche.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# code_input\n\nA Flutter widget for inputting content with a fixed length, visually treating each character as a separate segment.\n\n- [Pub Package](https://pub.dartlang.org/packages/code_input)\n- [GitHub Repository](https://github.com/rahiche/flutter_code_input)\n- [API reference](https://pub.dartlang.org/documentation/code_input/)\n\n## Usage\n\nThis is a small example:\n\n```dart\nCodeInput(\n  length: 4,\n  keyboardType: TextInputType.number,\n  builder: CodeInputBuilders.lightCircle(),\n  onFilled: (value) =\u003e print('Your input is $value.'),\n)\n```\n\n\u003cimg src=\"https://github.com/Rahiche/flutter_code_input/blob/master/screenshots/new%20code%20input.gif?raw=true\" width=\"200\"/\u003e\n\nFor more information about the properties, have a look at the [API reference](https://pub.dartlang.org/documentation/code_input/).\n\n## LICENSE\n\n```legal\nCopyright (c) 2018 Marcel Garus \u0026 Rahiche Raouf\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahiche%2Fflutter_code_input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahiche%2Fflutter_code_input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahiche%2Fflutter_code_input/lists"}