{"id":15008460,"url":"https://github.com/presswink/text_search_field","last_synced_at":"2026-02-06T13:03:45.536Z","repository":{"id":213724425,"uuid":"734392620","full_name":"presswink/text_search_field","owner":"presswink","description":"this is going to be dependency search field widget / library for flutter","archived":false,"fork":false,"pushed_at":"2024-01-07T15:58:31.000Z","size":789,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T15:42:43.417Z","etag":null,"topics":["dart","dartlang","dropdown","filed","flutter","flutter-apps","library","modules","search-interface","searchbar","searchfield","searchfilter","searchview"],"latest_commit_sha":null,"homepage":"https://presswink.com","language":"C++","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/presswink.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":"2023-12-21T15:09:01.000Z","updated_at":"2024-11-29T08:09:24.000Z","dependencies_parsed_at":"2024-01-07T17:09:54.244Z","dependency_job_id":"51c88d74-9fbc-4f53-9afd-05de2e603d24","html_url":"https://github.com/presswink/text_search_field","commit_stats":null,"previous_names":["presswink/search_field"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/presswink/text_search_field","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Ftext_search_field","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Ftext_search_field/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Ftext_search_field/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Ftext_search_field/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/presswink","download_url":"https://codeload.github.com/presswink/text_search_field/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Ftext_search_field/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266135685,"owners_count":23881803,"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","dartlang","dropdown","filed","flutter","flutter-apps","library","modules","search-interface","searchbar","searchfield","searchfilter","searchview"],"created_at":"2024-09-24T19:18:49.729Z","updated_at":"2026-02-06T13:03:45.411Z","avatar_url":"https://github.com/presswink.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# search_field\n\na dependency search field plugins / library for flutter\n\n## Getting Started\n\n1) add below line in your `pubspec.yaml`\n\n\n```cmd\ntext_search_field: ^0.0.4\n```\n\n2) call below given command\n\n\n```cmd\nflutter pub get\n\n```\n\n\n## Example\n\n1) simple Example\n\n```cmd\nimport 'package:search_field/search_field.dart';\n/// global variable\nfinal _firstController = SearchFieldController();\n\nTextSearchField(\n  controller: _firstController,\n  filterItems: [\n    TextSearchFieldDataModel(key: \"hey\", value: \"hello\"),\n    TextSearchFieldDataModel(key: \"hey_1\", value: \"bro\"),\n    TextSearchFieldDataModel(key: \"hey_2\", value: \"how are you\"),\n  ],\n  onSelected: (primarySelected, index, item) async {\n    print(\"primary item selected: $primarySelected\");\n    print(\"selected item index: $index\");\n    print(\"item key: ${item.key}, value: ${item.value}\");\n    },\n)\n\n```\n## demo\n\u003cimg src=\"./screenshots/sc_1.gif\" width=\"360\" height=\"756\" alt=\"SearchField screenshot\"\u003e\n\n\n## contributor\n\n[@Aditya panther](https://github.com/Adityapanther/)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresswink%2Ftext_search_field","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpresswink%2Ftext_search_field","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresswink%2Ftext_search_field/lists"}