{"id":18508524,"url":"https://github.com/roundedinfinity/notification_shade","last_synced_at":"2026-04-13T22:33:55.308Z","repository":{"id":37700612,"uuid":"305160307","full_name":"RoundedInfinity/notification_shade","owner":"RoundedInfinity","description":"A flutter plugin for opening the notification shade on android.","archived":false,"fork":false,"pushed_at":"2021-01-24T21:23:55.000Z","size":33,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T02:19:21.728Z","etag":null,"topics":["android","flutter","flutter-plugin","notification-shade"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/RoundedInfinity.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-10-18T17:40:13.000Z","updated_at":"2023-12-08T07:38:43.000Z","dependencies_parsed_at":"2022-09-13T08:42:12.819Z","dependency_job_id":null,"html_url":"https://github.com/RoundedInfinity/notification_shade","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/RoundedInfinity%2Fnotification_shade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Fnotification_shade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Fnotification_shade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoundedInfinity%2Fnotification_shade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RoundedInfinity","download_url":"https://codeload.github.com/RoundedInfinity/notification_shade/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254112924,"owners_count":22016869,"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","flutter","flutter-plugin","notification-shade"],"created_at":"2024-11-06T15:14:38.430Z","updated_at":"2026-04-13T22:33:55.256Z","avatar_url":"https://github.com/RoundedInfinity.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notification Shade\n\nA plug-in to open and close the notification shade on Android.\n\n## Installing\n![A test image](https://img.shields.io/github/stars/RoundedInfinity/notification_shade)\n\n First add `notification_shade` as a [dependency in your pubspec.yaml file](https://flutter.dev/docs/development/packages-and-plugins/using-packages)\n\n```yaml\nnotification_shade: \u003cNewest Version\u003e\n```\n\nThen import it.\n\n```dart\nimport 'package:notification_shade/notification_shade.dart';\n```\n\nNow you have to add this permission to your _AndroidManifext.xml_.\n\n```xml\n\u003cuses-permission android:name=\"android.permission.EXPAND_STATUS_BAR\" /\u003e\n```\n\n## Usage\n\nTo open the notification shade\n\n```dart\nNotificationShade.openNotificationShade;\n```\n\nAnd to close it\n\n```dart\nNotificationShade.closeNotificationShade;\n```\n\nHave a nice day and stay hydrated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundedinfinity%2Fnotification_shade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froundedinfinity%2Fnotification_shade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froundedinfinity%2Fnotification_shade/lists"}