{"id":21465977,"url":"https://github.com/celest-dev/dart-packages","last_synced_at":"2025-07-15T04:31:46.472Z","repository":{"id":238884976,"uuid":"797831116","full_name":"celest-dev/dart-packages","owner":"celest-dev","description":"A collection of useful Dart packages","archived":false,"fork":false,"pushed_at":"2025-06-29T21:22:32.000Z","size":1650,"stargazers_count":6,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T22:27:25.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/celest-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-08T15:48:24.000Z","updated_at":"2025-06-29T21:22:29.000Z","dependencies_parsed_at":"2024-05-08T17:50:37.793Z","dependency_job_id":"84eaf2ea-2b5c-44ae-85c3-83770a26a867","html_url":"https://github.com/celest-dev/dart-packages","commit_stats":null,"previous_names":["celest-dev/dart-packages"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/celest-dev/dart-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celest-dev%2Fdart-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celest-dev%2Fdart-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celest-dev%2Fdart-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celest-dev%2Fdart-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/celest-dev","download_url":"https://codeload.github.com/celest-dev/dart-packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/celest-dev%2Fdart-packages/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265402833,"owners_count":23759237,"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":[],"created_at":"2024-11-23T08:12:43.706Z","updated_at":"2025-07-15T04:31:46.442Z","avatar_url":"https://github.com/celest-dev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dart Packages\n\nA collection of useful Dart packages.\n\nWritten in Dart for Dart 💙\n\n## Packages\n\nThe following packages are available:\n\n| Client                                                   | Description                                                                                                               | Pub                                                                                                                                              | Checks                                                                                                                                                                                                                   |\n| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |\n| [Cloud HTTP](packages/cloud_http/)                       | Utilities for running Dart server applications in cloud environments.                                                     | \u003ca href=\"https://pub.dev/packages/cloud_http\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/pub/v/cloud_http.svg\"\u003e\u003c/a\u003e                       | [![Cloud HTTP](https://github.com/celest-dev/dart-packages/actions/workflows/cloud_http.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/cloud_http.yaml)                                  |\n| [HTTP SFV](packages/http_sfv/)                           | Dart implementation of Structured Field Values for HTTP ([RFC8941](https://www.rfc-editor.org/rfc/rfc8941.html))          | \u003ca href=\"https://pub.dev/packages/http_sfv\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/pub/v/http_sfv.svg\"\u003e\u003c/a\u003e                           | [![HTTP SFV](https://github.com/celest-dev/dart-packages/actions/workflows/http_sfv.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/http_sfv.yaml)                                        |\n| [libcoder](packages/libcoder/)                           | A serialization framework inspired by Swift's [Codable](https://developer.apple.com/documentation/swift/codable).         | \u003ca href=\"https://pub.dev/packages/libcoder\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/pub/v/libcoder.svg\"\u003e\u003c/a\u003e                           | [![libcoder](https://github.com/celest-dev/dart-packages/actions/workflows/libcoder.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/libcoder.yaml)                                        |\n| [Native Authentication](packages/native/authentication/) | Native bindings for platform-specific authentication APIs like `ASWebAuthenticationSession` and Chrome Custom Tabs.       | \u003ca href=\"https://pub.dev/packages/native_authentication\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/pub/v/native_authentication.svg\"\u003e\u003c/a\u003e | [![Native Authentication](https://github.com/celest-dev/dart-packages/actions/workflows/native_authentication.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/native_authentication.yaml) |\n| [Native Storage](packages/native/storage/)               | A unified API for accessing platform-native storage functionality such as the iOS Keychain and Android SharedPreferences. | \u003ca href=\"https://pub.dev/packages/native_storage\" target=\"_blank\"\u003e \u003cimg src=\"https://img.shields.io/pub/v/native_storage.svg\"\u003e\u003c/a\u003e               | [![Native Storage](https://github.com/celest-dev/dart-packages/actions/workflows/native_storage.yaml/badge.svg)](https://github.com/celest-dev/dart-packages/actions/workflows/native_storage.yaml)                      |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelest-dev%2Fdart-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelest-dev%2Fdart-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelest-dev%2Fdart-packages/lists"}