{"id":13784986,"url":"https://github.com/zyrouge/dart_protocol_registry","last_synced_at":"2025-06-11T11:19:59.646Z","repository":{"id":49357018,"uuid":"400379194","full_name":"zyrouge/dart_protocol_registry","owner":"zyrouge","description":"A Dart/Flutter package to register/query/remove URI Schemes without hassle.","archived":false,"fork":false,"pushed_at":"2021-09-01T08:49:28.000Z","size":13,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-23T10:51:08.533Z","etag":null,"topics":["dart","flutter","linux","package","protocol","uri-scheme","windows"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/protocol_registry","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/zyrouge.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-08-27T03:43:31.000Z","updated_at":"2024-03-05T11:29:56.000Z","dependencies_parsed_at":"2022-09-23T23:34:03.737Z","dependency_job_id":null,"html_url":"https://github.com/zyrouge/dart_protocol_registry","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/zyrouge%2Fdart_protocol_registry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyrouge%2Fdart_protocol_registry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyrouge%2Fdart_protocol_registry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zyrouge%2Fdart_protocol_registry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zyrouge","download_url":"https://codeload.github.com/zyrouge/dart_protocol_registry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245809639,"owners_count":20676025,"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","flutter","linux","package","protocol","uri-scheme","windows"],"created_at":"2024-08-03T19:00:54.775Z","updated_at":"2025-03-27T08:30:46.120Z","avatar_url":"https://github.com/zyrouge.png","language":"Dart","funding_links":[],"categories":["Packages"],"sub_categories":[],"readme":"# protocol_registry\n\nRegister/query/remove URI Schemes without hassle. Available for Windows and Linux.\n\n## Installation\n\n```bash\nflutter pub add protocol_registry\n```\n\n## Usage\n\n\n```dart\n/** Get the registry */\nfinal ProtocolRegistryModel registry = getRegistry();\n\n/** Query */\nawait registry.find(scheme);\nawait registry.exists(scheme);\n\n/** Add */\nawait registry.add(scheme);\n\n/** Remove */\nawait registry.remove(scheme);\n```\n\nCheck [./example](./example) for examples.\n\n## Additional information\n\nThis package has not been completely tested on Linux. MacOS schemes can be added by modifying the `Info.plist` file. Contributions are always welcomed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyrouge%2Fdart_protocol_registry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzyrouge%2Fdart_protocol_registry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzyrouge%2Fdart_protocol_registry/lists"}