{"id":15293115,"url":"https://github.com/mejdi14/flutter_multi_search","last_synced_at":"2025-04-13T12:28:44.149Z","repository":{"id":38337648,"uuid":"389153279","full_name":"mejdi14/flutter_multi_search","owner":"mejdi14","description":"https://pub.dev/packages/multi_search_flutter","archived":false,"fork":false,"pushed_at":"2022-08-04T19:19:57.000Z","size":7567,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T12:28:36.312Z","etag":null,"topics":["animation","dart","flutter","flutter-apps","hacktoberfest","search"],"latest_commit_sha":null,"homepage":"","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/mejdi14.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":"2021-07-24T16:57:31.000Z","updated_at":"2024-11-28T09:20:58.000Z","dependencies_parsed_at":"2022-09-02T03:50:55.962Z","dependency_job_id":null,"html_url":"https://github.com/mejdi14/flutter_multi_search","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter_multi_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter_multi_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter_multi_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter_multi_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mejdi14","download_url":"https://codeload.github.com/mejdi14/flutter_multi_search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248713715,"owners_count":21149751,"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":["animation","dart","flutter","flutter-apps","hacktoberfest","search"],"created_at":"2024-09-30T16:39:51.673Z","updated_at":"2025-04-13T12:28:44.127Z","avatar_url":"https://github.com/mejdi14.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to flutter mutli search 👋\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n \u003ca href=\"https://github.com/kefranabg/readme-md-generator/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/license-MIT-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://codecov.io/gh/kefranabg/readme-md-generator\"\u003e\n    \u003cimg src=\"https://codecov.io/gh/kefranabg/readme-md-generator/branch/master/graph/badge.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/frinyvonnick/gitmoji-changelog\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/changelog-gitmoji-brightgreen.svg\" alt=\"gitmoji-changelog\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\t\n## :art:Credits\n- Many thanks to : [@Cuberto](https://dribbble.com/shots/3971202-Info-navigation) for the amazing [@design](https://dribbble.com/shots/5922034-Multi-search-by-categories) \n- thanks to : [@Mert Şimşek](https://github.com/iammert) for the inspiration with the [@Android version](https://github.com/iammert/MultiSearchView)\n\n## ✨ Demo\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/mejdi14/flutter_multi_search/master/images/multisearch-_1_.gif\" height=\"600\" width=\"800\" \u003e\n\t\u003c/p\u003e\n\t\n\t\n## Basic usage\n```\nMultiSearchView(\n              onSelectItem: (value) {\n                /// when you swith from an item to another\n              },\n              onSearchComplete: (value) {\n                /// when you hit the keyboard search button\n              },\n              onDeleteAlternative: (value) {\n                /// when you delete and item and it switchs to another item if exist\n              },\n              onItemDeleted: (value) {\n                /// when you delete an item\n              },\n              onSearchCleared: () {\n                /// when all search items are cleared\n              },\n            )\n```\n\n## Options\nchoosing the indicator shape (default is line shape):\n```\nsearchIndicatorShape: SearchIndicatorShape.dot\n/// or\nsearchIndicatorShape: SearchIndicatorShape.line\n```\nindicator color:\n```\nindicatorColor: Colors.purple\n```\nchanging the width (default is screen size width):\n```\nwidth: 150\n```\nchanging the icon color:\n```\niconColor: Colors.blue\n```\nchanging the delete item icon color:\n```\nremoveItemIconColor: Colors.black\n```\nchanging the delete item icon color:\n```\nremoveItemIconColor: Colors.black\n```\nsetting the hint text:\n```\ninputHint: 'type your text'\n```\n... please check the class code for more options\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome.\u003cbr /\u003e\nFeel free to check [issues page] if you want to contribute.\u003cbr /\u003e\n\n\n## Author\n\n👤 **Mejdi Hafiane**\n\n- Twitter: [@MejdiHafiane](https://twitter.com/mejdi141)\n\n## Show your support\n\nPlease ⭐️ this repository if this project helped you!\n\n\n## 📝 License\n\nCopyright 2021 Mejdi hafiane\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmejdi14%2Fflutter_multi_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmejdi14%2Fflutter_multi_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmejdi14%2Fflutter_multi_search/lists"}