{"id":30841839,"url":"https://github.com/dartoos-dev/dartoos","last_synced_at":"2025-09-06T20:10:02.376Z","repository":{"id":45088334,"uuid":"413510204","full_name":"dartoos-dev/dartoos","owner":"dartoos-dev","description":"Collection of object-oriented Dart primitives","archived":false,"fork":false,"pushed_at":"2022-01-09T19:17:21.000Z","size":186,"stargazers_count":5,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-12T00:28:57.166Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dartoos-dev.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-10-04T16:55:38.000Z","updated_at":"2023-05-17T01:38:48.000Z","dependencies_parsed_at":"2022-09-18T05:01:01.569Z","dependency_job_id":null,"html_url":"https://github.com/dartoos-dev/dartoos","commit_stats":null,"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"purl":"pkg:github/dartoos-dev/dartoos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartoos-dev%2Fdartoos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartoos-dev%2Fdartoos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartoos-dev%2Fdartoos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartoos-dev%2Fdartoos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dartoos-dev","download_url":"https://codeload.github.com/dartoos-dev/dartoos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dartoos-dev%2Fdartoos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273956236,"owners_count":25197587,"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":[],"created_at":"2025-09-06T20:10:00.816Z","updated_at":"2025-09-06T20:10:02.371Z","avatar_url":"https://github.com/dartoos-dev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](https://www.rultor.com/b/dartoos-dev/dartoos)](https://www.rultor.com/p/dartoos-dev/dartoos)\n\n[![pub](https://img.shields.io/pub/v/dartoos)](https://pub.dev/packages/dartoos)\n[![license](https://img.shields.io/badge/license-mit-green.svg)](https://github.com/dartoos-dev/dartoos/blob/master/LICENSE)\n[![PDD status](https://www.0pdd.com/svg?name=dartoos-dev/dartoos)](https://www.0pdd.com/p?name=dartoos-dev/dartoos)\n\n[![build](https://github.com/dartoos-dev/dartoos/actions/workflows/build.yml/badge.svg)](https://github.com/dartoos-dev/dartoos/actions/)\n[![codecov](https://codecov.io/gh/dartoos-dev/dartoos/branch/master/graph/badge.svg?token=jYfO55O22s)](https://codecov.io/gh/dartoos-dev/dartoos)\n[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/rafamizes/dartoos)](https://www.codefactor.io/repository/github/rafamizes/dartoos)\n[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)\n[![Hits-of-Code](https://hitsofcode.com/github/dartoos-dev/dartoos?branch=master)](https://hitsofcode.com/github/dartoos-dev/dartoos/view?branch=master)\n\n**Dartoos** — Dart Object-Oriented Software\n\nThis package is a collection of object-oriented Dart primitives that implement\nclassic data structures, algorithms, encoding/decoding, encryption and more. It\nis aimed to serve as a base framework for more specific packages.\n\n**Motivation**: These data structures and algorithms have been implemented in\nDart by other packages already, but there are some issues with them:\n\n- None of them is pure object-oriented. Indeed they do their job, but mostly\n  through static methods, mixins, procedures, etc.\n- These packages are spread throughout the pub.dev ecosystem. This means that a\n  user need to find different packages for basic things like encryption,\n  encoding, or even for a plain `Queue` data structure.\n\nThis project is heavily inspired by Java\n[jcabi-cactoos](https://github.com/yegor256/cactoos)\n\n## Features\n\n- No external dependencies.\n- Object-Oriented mindset: each concept is implemented by an **immutable** class.\n- Straightforward integration with the underlying Dart sdk.\n\n## Getting started\n\n\u003c!-- \n @todo #1 List prerequisites and provide or point to information on how to\nstart using the package.\n--\u003e\n\n## Usage\n\n\u003c!-- @todo #1 Include short and useful examples for package users. Add longer examples\nto `/example` folder. \n\n```dart\nconst like = 'sample';\n```\n--\u003e\n\n## Contribute\n\nContributors are welcome!\n\n1. Open an issue regarding an improvement, a bug you noticed, or ask to be\n   assigned to an existing one.\n2. If the issue is confirmed, fork the repository, do the changes on a separate\n   branch and make a _Pull Request_.\n3. After review and acceptance, the _Pull Request_ is merged and closed.\n\nMake sure the commands below **passes** before making a Pull Request.\n\n```shell\n  dart analyze \u0026\u0026 sudo dart test\n```\n\n## Additional information\n\n\u003c!--\n @todo #1 Tell users more about the package: where to find more information, how to \ncontribute to the package, how to file issues, what response they can expect \nfrom the package authors, and more.\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdartoos-dev%2Fdartoos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdartoos-dev%2Fdartoos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdartoos-dev%2Fdartoos/lists"}