{"id":13637499,"url":"https://github.com/felixmccuaig/flutter-autocomplete-textfield","last_synced_at":"2026-01-11T13:34:07.339Z","repository":{"id":32706964,"uuid":"140910315","full_name":"felixmccuaig/flutter-autocomplete-textfield","owner":"felixmccuaig","description":"An autocomplete Textfield for flutter","archived":false,"fork":false,"pushed_at":"2023-02-12T21:30:12.000Z","size":2211,"stargazers_count":178,"open_issues_count":36,"forks_count":131,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-23T00:57:16.060Z","etag":null,"topics":["autocomplete","dart","flutter","google","material","material-design","textfield"],"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/felixmccuaig.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}},"created_at":"2018-07-14T02:42:46.000Z","updated_at":"2025-09-07T07:54:04.000Z","dependencies_parsed_at":"2023-07-27T16:43:33.291Z","dependency_job_id":null,"html_url":"https://github.com/felixmccuaig/flutter-autocomplete-textfield","commit_stats":null,"previous_names":["felixlucien/flutter-autocomplete-textfield"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/felixmccuaig/flutter-autocomplete-textfield","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixmccuaig%2Fflutter-autocomplete-textfield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixmccuaig%2Fflutter-autocomplete-textfield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixmccuaig%2Fflutter-autocomplete-textfield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixmccuaig%2Fflutter-autocomplete-textfield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixmccuaig","download_url":"https://codeload.github.com/felixmccuaig/flutter-autocomplete-textfield/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixmccuaig%2Fflutter-autocomplete-textfield/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280540655,"owners_count":26347724,"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":["autocomplete","dart","flutter","google","material","material-design","textfield"],"created_at":"2024-08-02T00:01:18.424Z","updated_at":"2025-10-23T00:57:19.916Z","avatar_url":"https://github.com/felixmccuaig.png","language":"Dart","funding_links":[],"categories":["Flutter"],"sub_categories":["Components"],"readme":"# autocomplete_textfield\n\nAn autocomplete textfield for flutter\n\n# pull requests\nFeel free to submit pull requests for desired changes / features / bug fixes... It makes the maintenance of this code much easier as I no longer use Flutter frequently.\n \n ## Pub Package Can Be Found At\n \n [Pub Package](https://pub.dartlang.org/packages/autocomplete_textfield#-example-tab-)\n\n ## Breaking Changes\n\n TextField is set by default to call onSubmitted on a suggestion tap and also to clear the TextField on submit.\n\n These can both be disabled with submitOnSuggestionTap and clearOnSubmit respectively.\n \n ## Usage\n \n AutoCompleteTextField supports any data type suggestions\n \n ```dart\n new AutoCompleteTextField\u003cYOURDATATYPE\u003e()\n ```\n \nThe suggestions parameter must have data that matches `\u003cYOURDATATYPE\u003e`\n \n A global key of type `GlobalKey\u003cAutoCompleteTextFieldState\u003cT\u003e\u003e` is required so that the `clear()` method can be called to clear AutoCompleteTextField.\n\n# Strings and itemFilter\n\nFiltering is case sensitive so when using strings a common implementation of itemFilter is .   \n\n```dart\nitemFilter: (item, query) {\n  return item.toLowerCase().startsWith(query.toLowerCase());\n}\n```\n\n\u003cimg src=\"textfield-demo.gif\" width=\"300\" \u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixmccuaig%2Fflutter-autocomplete-textfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixmccuaig%2Fflutter-autocomplete-textfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixmccuaig%2Fflutter-autocomplete-textfield/lists"}