{"id":13395876,"url":"https://github.com/rikulo/commons","last_synced_at":"2025-10-18T17:10:43.431Z","repository":{"id":5127859,"uuid":"6293479","full_name":"rikulo/commons","owner":"rikulo","description":"Common reusable Dart classes and utilities.","archived":false,"fork":false,"pushed_at":"2024-08-10T05:35:15.000Z","size":487,"stargazers_count":12,"open_issues_count":0,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-08-10T06:35:13.732Z","etag":null,"topics":["dart"],"latest_commit_sha":null,"homepage":"https://quire.io","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"tokudu/AndroidPushNotificationsDemo","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rikulo.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,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-10-19T10:48:16.000Z","updated_at":"2024-08-10T05:35:18.000Z","dependencies_parsed_at":"2023-12-07T12:23:50.327Z","dependency_job_id":"16717112-7432-4d57-97b2-a86b26c16a8e","html_url":"https://github.com/rikulo/commons","commit_stats":{"total_commits":364,"total_committers":6,"mean_commits":"60.666666666666664","dds":"0.21978021978021978","last_synced_commit":"96b5c06a2449d1836c0276eede877c13035929d4"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fcommons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fcommons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fcommons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fcommons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikulo","download_url":"https://codeload.github.com/rikulo/commons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249250889,"owners_count":21237961,"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"],"created_at":"2024-07-30T18:00:34.668Z","updated_at":"2025-10-18T17:10:38.393Z","avatar_url":"https://github.com/rikulo.png","language":"Dart","funding_links":[],"categories":["Libraries"],"sub_categories":["Utility"],"readme":"# Rikulo Commons\n\n[Rikulo Commons](https://github.com/rikulo/commons) is a collection of common reusable Dart classes and utilities.\n\n* [Repository](https://github.com/rikulo/commons)\n* [API Reference](https://pub.dev/documentation/rikulo_commons/latest/)\n* [Discussion](https://stackoverflow.com/questions/tagged/rikulo)\n* [Issues](https://github.com/rikulo/commons/issues)\n\nRikulo Commons is distributed under an Apache 2.0 License.\n\n## Install\n\nAdd this to your `pubspec.yaml` (or create it):\n\n    dependencies:\n      rikulo_commmons:\n\n## Run on Client and/or Server\n\n\u003ctable border=\"1\" width=\"100%\"\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eLibrary\u003c/td\u003e\n    \u003ctd\u003eRun on Server\u003c/td\u003e\n    \u003ctd\u003eRun on Client\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003easync.dart\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003ebrowser.dart\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003eio.dart\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n    \u003ctd\u003eNo\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003elogging.dart\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003emirrors.dart\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ccode\u003eutil.dart\u003c/code\u003e\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n    \u003ctd\u003eYes\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Notes to Contributors\n\n### Fork Rikulo Commons\n\nIf you'd like to contribute back to the core, you can [fork this repository](https://help.github.com/articles/fork-a-repo) and send us a pull request, when it is ready.\n\nPlease be aware that one of Rikulo's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.\n\nIf you are new to Git or GitHub, please read [this guide](https://help.github.com/) first.\n\n## Who Uses\n\n* [Quire](https://quire.io) - a simple, collaborative, multi-level task management tool.\n* [Keikai](https://keikai.io) - a sophisticated spreadsheet for big data\n* [Ottava](https://ottava.io) - a no-code data analysis tool\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fcommons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikulo%2Fcommons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fcommons/lists"}