{"id":18107204,"url":"https://github.com/sergiandreplace/flutter_debug_drawer","last_synced_at":"2025-04-13T21:51:56.171Z","repository":{"id":56829303,"uuid":"183480759","full_name":"sergiandreplace/flutter_debug_drawer","owner":"sergiandreplace","description":"Adds a side menu in all screens with debug information. You can decide which information to show and create new modules to include more information.","archived":false,"fork":false,"pushed_at":"2022-02-21T11:58:19.000Z","size":123,"stargazers_count":27,"open_issues_count":2,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:12:27.744Z","etag":null,"topics":["dart","debug","developer-tools","flutter","flutter-lib"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/flutter_debug_drawer","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sergiandreplace.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":"2019-04-25T17:31:23.000Z","updated_at":"2022-10-07T11:19:28.000Z","dependencies_parsed_at":"2022-08-28T21:11:44.829Z","dependency_job_id":null,"html_url":"https://github.com/sergiandreplace/flutter_debug_drawer","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/sergiandreplace%2Fflutter_debug_drawer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiandreplace%2Fflutter_debug_drawer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiandreplace%2Fflutter_debug_drawer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiandreplace%2Fflutter_debug_drawer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiandreplace","download_url":"https://codeload.github.com/sergiandreplace/flutter_debug_drawer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788865,"owners_count":21161726,"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","debug","developer-tools","flutter","flutter-lib"],"created_at":"2024-10-31T23:09:53.096Z","updated_at":"2025-04-13T21:51:56.145Z","avatar_url":"https://github.com/sergiandreplace.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_debug_drawer\n\nA debug drawer menu for better development. This is an initial release with very few functionalities.\n\nThis project is heavily inspired on a similar project for Android (https://github.com/palaima/DebugDrawer)\n\n\u003cimg src=\"readme/screenshot.jpg\" alt=\"Screenshot\" width=\"400\"/\u003e\n\n\n## Getting Started\n\nInclude the last version of the library in your `pubspec.yaml`:\n\n```\n    dependencies:\n        flutter_debug_drawer: 0.1.1+1\n```\n\nNow, you can customize your debug drawer adding it to your main application object:\n\n```\nclass MyApp extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      title: 'Flutter debug drawer demo',\n      builder: DebugDrawerBuilder.build(modules: [\n        PlatformModule(),\n        MediaQueryModule(),\n      ]),\n      home: MyHomePage(),\n    );\n  }\n}\n```\n\nRight now, only PlatformModule and MediaQueryModule are availables. More will come soon.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiandreplace%2Fflutter_debug_drawer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiandreplace%2Fflutter_debug_drawer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiandreplace%2Fflutter_debug_drawer/lists"}