{"id":19273036,"url":"https://github.com/fluttercandies/properties","last_synced_at":"2025-06-20T09:39:04.874Z","repository":{"id":56837390,"uuid":"257443542","full_name":"fluttercandies/properties","owner":"fluttercandies","description":"Load properties format in dart or flutter","archived":false,"fork":false,"pushed_at":"2024-06-24T10:16:05.000Z","size":15,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T22:36:25.332Z","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/fluttercandies.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-21T00:58:26.000Z","updated_at":"2025-04-04T04:07:30.000Z","dependencies_parsed_at":"2024-11-09T20:40:26.834Z","dependency_job_id":"30e6e962-f2bc-4fbe-8c64-568f0018448b","html_url":"https://github.com/fluttercandies/properties","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"f815ef482d2afb78e613883e38c5f8a4a821d966"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fluttercandies/properties","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fproperties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fproperties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fproperties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fproperties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluttercandies","download_url":"https://codeload.github.com/fluttercandies/properties/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercandies%2Fproperties/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260920512,"owners_count":23082995,"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-09T20:40:23.035Z","updated_at":"2025-06-20T09:38:59.851Z","avatar_url":"https://github.com/fluttercandies.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Properties\n\nLoad properties for dart.\n\n[![img](https://img.shields.io/pub/v/props)](https://pub.dev/packages/props)\n![Dart CI](https://github.com/fluttercandies/properties/workflows/Dart%20CI/badge.svg)\n\n## Usage\n\n```yaml\ndependencies:\n  props: ^2.0.0-nullsafety\n```\n\n```dart\nimport 'package:props/props.dart';\n\nfinal text = '''\n#This is comment\nversion=1.0.0\nname=properties\nname=ppp\n#comment=1\n'''\n\nfinal props = Properties.loadString(text);\n\nprint(props['version']); // 1.0.0\nprint(props['name']); // properties\n```\n\n## LICENSE\n\nMIT Style\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercandies%2Fproperties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluttercandies%2Fproperties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercandies%2Fproperties/lists"}