{"id":24206469,"url":"https://github.com/satyam-2001/multi-select-container","last_synced_at":"2025-12-31T01:04:11.291Z","repository":{"id":175475603,"uuid":"653937920","full_name":"Satyam-2001/Multi-Select-Container","owner":"Satyam-2001","description":"Multi Select Container is a pub package which provides a convenient and customizable way to implement multi-select functionality in a Flutter application.","archived":false,"fork":false,"pushed_at":"2023-06-15T06:29:30.000Z","size":275,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T00:35:34.867Z","etag":null,"topics":["dart","flutter","multi-select-container","package","pub-dev"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/multi_select_container","language":"C++","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/Satyam-2001.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-06-15T04:12:05.000Z","updated_at":"2023-06-15T09:21:03.000Z","dependencies_parsed_at":"2023-07-11T06:45:23.425Z","dependency_job_id":null,"html_url":"https://github.com/Satyam-2001/Multi-Select-Container","commit_stats":null,"previous_names":["satyam-2001/multi-select-container"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satyam-2001%2FMulti-Select-Container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satyam-2001%2FMulti-Select-Container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satyam-2001%2FMulti-Select-Container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Satyam-2001%2FMulti-Select-Container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Satyam-2001","download_url":"https://codeload.github.com/Satyam-2001/Multi-Select-Container/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241678156,"owners_count":20001682,"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","flutter","multi-select-container","package","pub-dev"],"created_at":"2025-01-14T00:33:22.399Z","updated_at":"2025-12-31T01:04:11.282Z","avatar_url":"https://github.com/Satyam-2001.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages).\n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages).\n--\u003e\n# ✔️ Multi Select Container\nMulti Select Container is a Flutter package that provides a customizable container for selecting multiple items from a list. It allows you to easily implement a multi-select feature in your Flutter application.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src='https://github.com/Satyam-2001/Multi-Select-Container/assets/88069082/fef575f5-f0b7-4891-b380-682a8a5e414d' width='300'/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href='https://github.com/Satyam-2001/Multi-Select-Container/tree/main/example'\u003eGallery App Link\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n* Select multiple items from a list.\n* Customize the appearance of the container.\n* Easily integrate with existing Flutter projects.\n* Support for both iOS and Android platforms.\n\n## Getting started\n\nTo start using the package, add the dependencies in your pubspec.yaml and import.\n\n## Usage\n\nTo better understand the usage of the MultiSelectBuilder widget refer to an \u003ca href='https://pub.dev/packages/multi_select_container/example'\u003eexample section\u003c/a\u003e.\n\n```dart\nMultiSelectBuilder\u003cString\u003e(builder: (context, controller) {\n    return Column(\n        children: [\n            for(String item in itemList)\n                MultiSelectContainer(\n                    tag: item,\n                    controller: controller,\n                    child: const Text(item),\n                ),\n        ],\n    ),\n});\n```\n\n## Parameters\n\n* `tag`: A unique identifier for the container.\n* `controller`: An instance of MultiSelectController to control the selection.\n* `child`: The child widget to display within the container.\n* `colorOnSelected`: The color to apply when the container is selected.\n* `onTap`: A callback function to handle the tap event on the container.\n* `elevation`: The elevation of the container card.\n* `radius`: The border radius of the container card.\n* `widgetOnTop`: An optional widget to display on top of the container.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyam-2001%2Fmulti-select-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsatyam-2001%2Fmulti-select-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsatyam-2001%2Fmulti-select-container/lists"}