{"id":18655092,"url":"https://github.com/hacker1024/popup_menu_title","last_synced_at":"2025-06-13T00:06:52.016Z","repository":{"id":56837137,"uuid":"311006008","full_name":"hacker1024/popup_menu_title","owner":"hacker1024","description":"A PopupMenuEntry implementation to show a title.","archived":false,"fork":false,"pushed_at":"2020-11-19T02:12:40.000Z","size":199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-17T23:39:10.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/popup_menu_title","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/hacker1024.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":"2020-11-08T07:10:05.000Z","updated_at":"2020-11-19T02:09:24.000Z","dependencies_parsed_at":"2022-08-31T01:10:31.337Z","dependency_job_id":null,"html_url":"https://github.com/hacker1024/popup_menu_title","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hacker1024/popup_menu_title","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Fpopup_menu_title","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Fpopup_menu_title/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Fpopup_menu_title/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Fpopup_menu_title/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacker1024","download_url":"https://codeload.github.com/hacker1024/popup_menu_title/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacker1024%2Fpopup_menu_title/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259553130,"owners_count":22875609,"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":[],"created_at":"2024-11-07T07:17:47.095Z","updated_at":"2025-06-13T00:06:51.973Z","avatar_url":"https://github.com/hacker1024.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# popup_menu_title\nA Flutter package to provide a popup menu title.\n\n\u003cimg src=\"https://i.postimg.cc/tpZ0KNg5/Screenshot-20201108-175109.png\" height=\"300\"/\u003e\n\n## Usage\n```dart\nimport 'package:popup_menu_title/popup_menu_title.dart';\n\nfinal menuItemList = [\n  PopupMenuTitle(\n    title: 'Popup menu title',\n    overflow: TextOverflow.fade,\n    // The text style below is the default style, but is specified\n    // here as an example of how to do so.\n    textStyle: TextStyle(\n      fontWeight: FontWeight.w600,\n      color: Theme\n          .of(context)\n          .primaryColor,\n    ),\n  ),\n  PopupMenuItem\u003cvoid\u003e(child: const Text('Item 1')),\n  PopupMenuItem\u003cvoid\u003e(child: const Text('Item 2')),\n  PopupMenuItem\u003cvoid\u003e(child: const Text('Item 3')),\n];\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker1024%2Fpopup_menu_title","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacker1024%2Fpopup_menu_title","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacker1024%2Fpopup_menu_title/lists"}