{"id":16401717,"url":"https://github.com/dev-hwang/simple_text_field","last_synced_at":"2025-03-23T05:31:11.591Z","repository":{"id":56839383,"uuid":"329821207","full_name":"Dev-hwang/simple_text_field","owner":"Dev-hwang","description":"This package provides the ability to implement OutlineTextField with simple settings.","archived":false,"fork":false,"pushed_at":"2024-11-02T14:40:19.000Z","size":51,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T18:06:20.736Z","etag":null,"topics":["android","flutter","ios","text-field","web"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/simple_text_field","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/Dev-hwang.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":"2021-01-15T05:49:59.000Z","updated_at":"2024-11-02T14:40:23.000Z","dependencies_parsed_at":"2024-10-28T15:26:54.332Z","dependency_job_id":"24b3b494-96f5-467f-a141-c92d4b03eea8","html_url":"https://github.com/Dev-hwang/simple_text_field","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.2857142857142857,"last_synced_commit":"3da14e422fc76f16c18dac12d34801a43f02e517"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-hwang%2Fsimple_text_field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-hwang%2Fsimple_text_field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-hwang%2Fsimple_text_field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dev-hwang%2Fsimple_text_field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dev-hwang","download_url":"https://codeload.github.com/Dev-hwang/simple_text_field/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061382,"owners_count":20554563,"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":["android","flutter","ios","text-field","web"],"created_at":"2024-10-11T05:43:58.809Z","updated_at":"2025-03-23T05:31:11.574Z","avatar_url":"https://github.com/Dev-hwang.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"This package provides the ability to implement OutlineTextField with simple settings.\nIt includes all the options provided by TextField, and also includes options to block white space and special characters.\n\n[![pub package](https://img.shields.io/pub/v/simple_text_field.svg)](https://pub.dev/packages/simple_text_field)\n\n## Getting started\n\nTo use this package, add `simple_text_field` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/). For example:\n\n```yaml\ndependencies:\n  simple_text_field: ^3.2.0\n```\n\n## How to use\n\nTo block `white space` and `special characters`, use the following:\n\n```dart\nSimpleTextField(\n  allowWhiteSpace: false,\n  allowSpecialCharacters: false,\n),\n```\n\nInstead of writing repetitive InputBorder to implement border, errorBorder, focusedBorder, \nfocusedErrorBorder, enabledBorder, and disabledBorder, easily create OutlineTextField using the `simpleBorder` option.\n\n```dart\nSimpleTextField(\n  decoration: SimpleInputDecoration(\n    simpleBorder: SimpleInputBorder(\n      style: SimpleInputBorderStyle.outline,\n      color: Colors.blueAccent,\n      errorColor: Colors.redAccent,\n      focusedColor: Colors.blue,\n      focusedErrorColor: Colors.red,\n      disabledColor: Colors.grey,\n      width: 1.0,\n      focusedWidth: 2.0,\n      radius: BorderRadius.circular(8),\n    ),\n  ),\n  allowWhiteSpace: false,\n  allowSpecialCharacters: false,\n),\n```\n\n## Support\n\nIf you find any bugs or issues while using the plugin, please register an issues on [GitHub](https://github.com/Dev-hwang/simple_text_field/issues). You can also contact us at \u003chwj930513@naver.com\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-hwang%2Fsimple_text_field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev-hwang%2Fsimple_text_field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev-hwang%2Fsimple_text_field/lists"}