{"id":19786628,"url":"https://github.com/mejdi14/flutter-foldable-menu","last_synced_at":"2025-07-04T11:39:25.138Z","repository":{"id":56829434,"uuid":"382877480","full_name":"mejdi14/flutter-foldable-menu","owner":"mejdi14","description":"https://pub.dev/packages/flutter_foldable_menu","archived":false,"fork":false,"pushed_at":"2021-08-27T13:55:36.000Z","size":31602,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T23:34:54.578Z","etag":null,"topics":["animation","flutter","foldable","hacktoberfest","menu"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","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-04T14:52:39.000Z","updated_at":"2023-10-15T09:40:14.000Z","dependencies_parsed_at":"2022-08-29T00:20:42.029Z","dependency_job_id":null,"html_url":"https://github.com/mejdi14/flutter-foldable-menu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mejdi14/flutter-foldable-menu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter-foldable-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter-foldable-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter-foldable-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter-foldable-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mejdi14","download_url":"https://codeload.github.com/mejdi14/flutter-foldable-menu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mejdi14%2Fflutter-foldable-menu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263503385,"owners_count":23476753,"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","flutter","foldable","hacktoberfest","menu"],"created_at":"2024-11-12T06:18:52.471Z","updated_at":"2025-07-04T11:39:25.103Z","avatar_url":"https://github.com/mejdi14.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to flutter foldable menu 👋\u003c/h1\u003e\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\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/mejdi14/flutter-foldable-menu/master/images/foldable_menu.png\" height=\"300\" width=\"300\" \u003e\n\t\u003c/p\u003e\n\t\n## :art:Credits\n- Many thanks to : [@Thomélie ISTACE](https://dribbble.com/shots/3971202-Info-navigation) for the amazing design\n\n## ✨ Demo\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/mejdi14/flutter-foldable-menu/master/images/demo.gif\" height=\"500\" width=\"250\" \u003e\n\t\u003c/p\u003e\n\t\n\t\n## How to use\n```\n//create your menu items\nList\u003cFoldableCell\u003e myCards = [\n    FoldableCell(color: Colors.yellow, label: 'close', icon: Icon(Icons.close)),\n    FoldableCell(\n        color: Colors.orange,\n        label: 'take photo',\n        icon: Icon(Icons.camera_alt)),\n    FoldableCell(\n        color: Colors.green,\n        label: 'share',\n        textColor: Colors.black,\n        icon: Icon(Icons.share)),\n    FoldableCell(color: Colors.purple, label: 'settings', icon: Icon(Icons.settings)),\n    FoldableCell(\n        color: Colors.blue,\n        label: 'verification',\n        icon: Icon(Icons.verified_user_rounded)),\n    FoldableCell(color: Colors.red, label: 'profile', icon: Icon(Icons.person))\n  ];\n  \n  // show your menu\n   Navigator.of(context).push(PageRouteBuilder(\n                              opaque: false,\n                              pageBuilder: (BuildContext context, _, __) =\u003e\n                                  FoldableMenu(\n                                    myCards: myCards,\n                                    side: MenuSide.right,\n                                    textStyle: TextStyle(\n                                        color: Colors.black,\n                                        fontSize: 20,\n                                        fontWeight: FontWeight.bold),\n                                    onCardSelect: (cell, counter) {\n                                      print('this is :$cell');\n                                    },\n                                  )));\n```\n\t\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmejdi14%2Fflutter-foldable-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmejdi14%2Fflutter-foldable-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmejdi14%2Fflutter-foldable-menu/lists"}