{"id":16382266,"url":"https://github.com/ivoleitao/xcallbackurl","last_synced_at":"2025-09-06T22:30:41.562Z","repository":{"id":93371631,"uuid":"559200423","full_name":"ivoleitao/xcallbackurl","owner":"ivoleitao","description":"Dart support for the construction x-callback-url URL schemas for inter-app communication and messaging on Apple’s iOS/Mac platforms.","archived":true,"fork":false,"pushed_at":"2023-09-11T01:56:25.000Z","size":31,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-21T19:25:36.835Z","etag":null,"topics":["bearapp","dart","dart-package","xcallback-url"],"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/ivoleitao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-29T11:26:09.000Z","updated_at":"2024-11-28T21:42:56.000Z","dependencies_parsed_at":"2024-11-08T20:46:35.357Z","dependency_job_id":"6dc49022-46cd-40dd-b158-45cf0c939722","html_url":"https://github.com/ivoleitao/xcallbackurl","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"f6fb736d694b23afaee9bdab9404f898b38b009d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ivoleitao/xcallbackurl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoleitao%2Fxcallbackurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoleitao%2Fxcallbackurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoleitao%2Fxcallbackurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoleitao%2Fxcallbackurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivoleitao","download_url":"https://codeload.github.com/ivoleitao/xcallbackurl/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivoleitao%2Fxcallbackurl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273973327,"owners_count":25200574,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bearapp","dart","dart-package","xcallback-url"],"created_at":"2024-10-11T04:04:46.349Z","updated_at":"2025-09-06T22:30:41.257Z","avatar_url":"https://github.com/ivoleitao.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xcallbackurl\n\n[![Build Status](https://github.com/ivoleitao/xcallbackurl/actions/workflows/dart-ci.yml/badge.svg)](https://github.com/ivoleitao/xcallbackurl/actions/workflows/dart-ci.yml)\n[![Pub Package](https://img.shields.io/pub/v/xcallbackurl.svg?style=flat-square)](https://pub.dartlang.org/packages/xcallbackurl)\n[![Coverage Status](https://codecov.io/gh/ivoleitao/xcallbackurl/branch/master/graph/badge.svg?token=VusBJYgahl)](https://codecov.io/gh/ivoleitao/xcallbackurl)\n[![Package Documentation](https://img.shields.io/badge/doc-xcallbackurl-blue.svg)](https://www.dartdocs.org/documentation/xcallbackurl/latest)\n[![Github Stars](https://img.shields.io/github/stars/ivoleitao/xcallbackurl.svg)](https://github.com/ivoleitao/xcallbackurl)\n[![GitHub License](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n---\n\n## Overview\n\n## Features\n\n## Supported app schemes\n\n|Package|Pub|Description|\n|-------|---|-----------|\n|[xcallbackurl_bear](https://github.com/ivoleitao/xcallbackurl/tree/develop/packages/xcallbackurl_bear)|[![Pub](https://img.shields.io/pub/v/xcallbackurl_bear.svg?style=flat-square)](https://pub.dartlang.org/packages/xcallbackurl_bear)|A [bear](https://bear.app/) X-callback-url [scheme](https://bear.app/faq/X-callback-url%20Scheme%20documentation/) implementation|\n\n## Getting Started\n\nSelect one of the supported app scheme libraries and add the base and app packages to your `pubspec.yaml` replacing x.x.x and y.y.y with the latest version of both. The example below uses the `xcallbackurl_bear` package which provides [bear](https://bear.app/) X-callback-url scheme support:\n\n```dart\ndependencies:\n    xcallbackurl: ^x.x.x\n    xcallbackurl_bear: ^y.y.y\n```\n\nRun the following command to install dependencies:\n\n```dart\ndart pub get\n```\n\nFinally, to start developing import the api and the selected storage implementation. In the example bellow the selected storage implementation is `xcallbackurl_memory` thus we import the `xcallbackurl_api`and the `xcallbackurl_memory` libraries:\n\n```dart\nimport 'package:xcallbackurl/xcallbackurl.dart';\nimport 'package:xcallbackurl/xcallbackurl_bear.dart';\n// In a more general sense 'package:xcallbackurl/xcallbackurl_xxx.dart' where xxx is the name of the\n// app schemes, `bear` for example\n```\n\n## Usage\n\n\n```dart\nimport 'package:xcallbackurl/xcallbackurl_api.dart';\nimport 'package:xcallbackurl_file/xcallbackurl_file.dart';\n```\n## Contributing\n\nContributions are always welcome!\n\nIf you would like to contribute with other parts of the API, feel free to make a Github [pull request](https://github.com/ivoleitao/xcallbackurl/pulls) as I'm always looking for contributions for:\n* Tests\n* Documentation\n* New APIs\n\nSee [CONTRIBUTING.md](https://github.com/ivoleitao/xcallbackurl/blob/develop/CONTRIBUTING.md) for ways to get started.\n\n## Features and Bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/ivoleitao/xcallbackurl/issues/new\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/ivoleitao/xcallbackurl/blob/develop/LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivoleitao%2Fxcallbackurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivoleitao%2Fxcallbackurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivoleitao%2Fxcallbackurl/lists"}