{"id":17596505,"url":"https://github.com/birjuvachhani/gradle_properties","last_synced_at":"2025-04-11T20:42:47.536Z","repository":{"id":56831702,"uuid":"288107396","full_name":"BirjuVachhani/gradle_properties","owner":"BirjuVachhani","description":"A dart package allowing to work with Gradle properties files.","archived":false,"fork":false,"pushed_at":"2023-09-07T13:50:50.000Z","size":66,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T16:51:27.846Z","etag":null,"topics":["dart","dart-library","dart-package","dartlang","gradle","pubdev"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/gradle_properties","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BirjuVachhani.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2020-08-17T07:02:32.000Z","updated_at":"2024-03-27T14:35:47.000Z","dependencies_parsed_at":"2024-10-23T03:24:13.253Z","dependency_job_id":null,"html_url":"https://github.com/BirjuVachhani/gradle_properties","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fgradle_properties","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fgradle_properties/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fgradle_properties/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BirjuVachhani%2Fgradle_properties/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BirjuVachhani","download_url":"https://codeload.github.com/BirjuVachhani/gradle_properties/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248479482,"owners_count":21110897,"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","dart-library","dart-package","dartlang","gradle","pubdev"],"created_at":"2024-10-22T08:43:14.498Z","updated_at":"2025-04-11T20:42:47.495Z","avatar_url":"https://github.com/BirjuVachhani.png","language":"Dart","funding_links":["https://www.buymeacoffee.com/birjuvachhani"],"categories":[],"sub_categories":[],"readme":"# Gradle Properties\n\nA dart package allowing to easily work with Gradle properties files.\n\n[![Tests](https://github.com/BirjuVachhani/gradle_properties/workflows/Tests/badge.svg?branch=master)](https://github.com/BirjuVachhani/gradle_properties/actions) [![Code Quality](https://github.com/BirjuVachhani/gradle_properties/workflows/Code%20Quality/badge.svg?branch=master)](https://github.com/BirjuVachhani/gradle_properties/actions) [![Codecov](https://img.shields.io/codecov/c/github/birjuvachhani/gradle_properties.svg)](https://codecov.io/gh/birjuvachhani/gradle_properties) [![gradle_properties](https://img.shields.io/pub/v/gradle_properties?label=gradle_properties)](https://pub.dev/packages/gradle_properties)\n\n## Usage\n\nTo use this plugin, add path_provider as a [dependency in your pubspec.yaml file.](https://flutter.dev/docs/development/packages-and-plugins/using-packages)\n\n##### Example\n\n```dart\n// load properties file\nfinal properties = await GradleProperties.fromFile(File('gradle.properties'));\n\n// use extension to load properties\nawait File('gradle.properties').readProperties();\n\n// access properties with keys\nproperties['email'];\n\n// modify a property\nproperties['first_name'] = 'Birju';\n\n// saves changes back to the same file\nproperties.save();\n\n// saves changes to a different file\nproperties.save(File('test.properties'));\n```\n\nSee `example.dart` linked example for more info.\n\n\n\n### Pull Request\nTo generate a pull request, please consider following [Pull Request Template](https://github.com/BirjuVachhani/locus-android/blob/master/PULL_REQUEST_TEMPLATE.md).\n\n\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/birjuvachhani/gradle_properties/issues\n\n\n\nCode of Conduct\n---\n[Code of Conduct](https://github.com/BirjuVachhani/locus-android/blob/master/CODE_OF_CONDUCT.md)\n\n\n\n## Contribution\n\nYou are most welcome to contribute to this project!\n\nPlease have a look at [Contributing Guidelines](https://github.com/BirjuVachhani/locus-android/blob/master/CONTRIBUTING.md), before contributing and proposing a change.\n\n\n\n#### Did you find this package helpful?\n\nShow some love and support by starring the [repository](https://github.com/birjuvachhani/gradle_properties).\n\nOr You can\n\n\u003ca href=\"https://www.buymeacoffee.com/birjuvachhani\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-blue.png\" alt=\"Buy Me A Coffee\" style=\"height: 51px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\n\n\n## License\n\n```\nCopyright (c) 2020, Birju Vachhani\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n   contributors may be used to endorse or promote products derived from\n   this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirjuvachhani%2Fgradle_properties","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbirjuvachhani%2Fgradle_properties","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbirjuvachhani%2Fgradle_properties/lists"}