{"id":32285271,"url":"https://github.com/wu9007/multiple_select","last_synced_at":"2025-10-23T01:45:31.804Z","repository":{"id":43814420,"uuid":"195148324","full_name":"wu9007/multiple_select","owner":"wu9007","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-17T21:34:10.000Z","size":501,"stargazers_count":9,"open_issues_count":6,"forks_count":11,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-23T01:44:51.472Z","etag":null,"topics":["flutter-demo","flutter-dev","flutter-plugin","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/wu9007.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":"2019-07-04T01:26:09.000Z","updated_at":"2025-05-25T14:47:55.000Z","dependencies_parsed_at":"2022-09-06T02:01:52.478Z","dependency_job_id":null,"html_url":"https://github.com/wu9007/multiple_select","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wu9007/multiple_select","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wu9007%2Fmultiple_select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wu9007%2Fmultiple_select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wu9007%2Fmultiple_select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wu9007%2Fmultiple_select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wu9007","download_url":"https://codeload.github.com/wu9007/multiple_select/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wu9007%2Fmultiple_select/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280546406,"owners_count":26348722,"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":["flutter-demo","flutter-dev","flutter-plugin","flutter-widget"],"created_at":"2025-10-23T01:45:27.733Z","updated_at":"2025-10-23T01:45:31.796Z","avatar_url":"https://github.com/wu9007.png","language":"Dart","readme":"# multiple_select\n\n[![License][license-image]][license-url] \n[![Pub](https://img.shields.io/pub/v/multiple_select.svg?style=flat-square)](https://pub.dartlang.org/packages/multiple_select)\n\nA versatile and beautiful multi-drop-down component for App developers.🚀\n\n## Getting Started\n\n```yaml\ndependencies:\n multiple_select: ^0.1.24\n```\n\n## Usage example\n\n### Matching query and Multiple select\n![](https://github.com/wechat-program/album/blob/master/gif/flutter/form-component/mylti_search_select.gif?raw=true)\n```dart\nList\u003cItem\u003cnum, String, String\u003e\u003e items = List.generate(\n  150,\n      (index) =\u003e\n      Item.build(\n        value: index,\n        display: '$index display',\n        content: '$index content' * (index + 1),\n      ),\n);\n\nList\u003cnum\u003e _initValue = [1, 2, 6];\n\nMultiFilterSelect(\n          allItems: items,\n          initValue: _initValue,\n          selectCallback: (List selectedValue) =\u003e print(selectedValue.length,\n          textColor: Colors.black,\n          backgroundColor: Colors.blue,\n          selectedTextColor: Colors.black,\n          selectedBackgroundColor: Colors.grey,),\n        )\n```\n\n### Drop down with no filter\n![](https://github.com/wechat-program/album/blob/master/gif/flutter/form-component/multi_select.gif?raw=true)\n```dart\n/// Simulate 15 data\nList\u003cMultipleSelectItem\u003e elements = List.generate(\n  15,\n  (index) =\u003e MultipleSelectItem.build(\n    value: index,\n    display: '$index display',\n    content: '$index content',\n  ),\n);\n\nList _selectedValues = [];\n\nMultipleDropDown(\n          hintText: '请选择',\n          disabled: false,\n          values: _selectedValues,\n          elements: elements,\n        )\n```\n\n## Contribute\n\nWe would ❤️ to see your contribution!\n\n## License\n\nDistributed under the MIT license. See ``LICENSE`` for more information.\n\n## About\n\nCreated by Shusheng.\n\n[license-image]: https://img.shields.io/badge/License-MIT-blue.svg\n[license-url]: LICENSE\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwu9007%2Fmultiple_select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwu9007%2Fmultiple_select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwu9007%2Fmultiple_select/lists"}