{"id":19682682,"url":"https://github.com/yako-dev/flutter-full-screen-menu","last_synced_at":"2025-04-29T05:30:33.814Z","repository":{"id":39582542,"uuid":"238203591","full_name":"yako-dev/flutter-full-screen-menu","owner":"yako-dev","description":"Full screen menu for Flutter apps to give a user a broad variety of variants in beautiful way","archived":false,"fork":false,"pushed_at":"2023-11-24T18:19:38.000Z","size":2088,"stargazers_count":99,"open_issues_count":7,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-05T13:23:28.842Z","etag":null,"topics":["android","dart","flutter","ios","menu","mobile","ui","ui-component","ui-components","widget"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/full_screen_menu","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yako-dev.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-02-04T12:43:14.000Z","updated_at":"2025-01-07T11:13:46.000Z","dependencies_parsed_at":"2022-08-28T20:10:25.721Z","dependency_job_id":null,"html_url":"https://github.com/yako-dev/flutter-full-screen-menu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-full-screen-menu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-full-screen-menu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-full-screen-menu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yako-dev%2Fflutter-full-screen-menu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yako-dev","download_url":"https://codeload.github.com/yako-dev/flutter-full-screen-menu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251444070,"owners_count":21590408,"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":["android","dart","flutter","ios","menu","mobile","ui","ui-component","ui-components","widget"],"created_at":"2024-11-11T18:11:41.170Z","updated_at":"2025-04-29T05:30:31.899Z","avatar_url":"https://github.com/yako-dev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Screen Menu for Flutter\n\n[![Pub Version](https://img.shields.io/pub/v/full_screen_menu?color=blueviolet)](https://pub.dev/packages/full_screen_menu)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/yako-dev/flutter-full-screen-menu/master/assets/full_screen_menu_logo.png\" height=\"400px\"\u003e\n\u003c/p\u003e\n\n\n## Installing:\nIn your pubspec.yaml\n```yaml\ndependencies:\n  full_screen_menu: ^2.0.0\n```\n```dart\nimport 'package:full_screen_menu/full_screen_menu.dart';\n```\n\n\n## Basic Usage:\n```dart\n    FullScreenMenu.show(\n      context,\n      items: [\n        Image.asset('assets/image.png'),\n        FSMenuItem(\n          icon: Icon(Icons.ac_unit, color: Colors.white),\n          text: Text('Make colder'),\n          gradient: orangeGradient,\n          onTap: () =\u003e print('The weather is colder now');\n        ),\n        FSMenuItem(\n          icon: Icon(Icons.wb_sunny, color: Colors.white),\n          text: Text('Make hotter'),\n          gradient: blueGradient,\n          onTap: () =\u003e print('The weather is hotter now');\n        ),\n      ],\n    );\n```\n\u003cbr\u003e\n\u003cbr\u003e\n\n\n## License\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyako-dev%2Fflutter-full-screen-menu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyako-dev%2Fflutter-full-screen-menu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyako-dev%2Fflutter-full-screen-menu/lists"}