{"id":17969222,"url":"https://github.com/babedev/dexter-dsl","last_synced_at":"2025-03-25T10:32:43.633Z","repository":{"id":148122232,"uuid":"89462697","full_name":"babedev/Dexter-DSL","owner":"babedev","description":"Dexter with Kotlin DSL style","archived":false,"fork":false,"pushed_at":"2021-05-17T07:32:46.000Z","size":135,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T01:11:43.433Z","etag":null,"topics":["android-library","dexter","kotlin","kotlin-dsl","runtime-permissions"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/babedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-04-26T09:24:01.000Z","updated_at":"2024-05-17T16:53:13.000Z","dependencies_parsed_at":"2023-05-19T05:00:30.493Z","dependency_job_id":null,"html_url":"https://github.com/babedev/Dexter-DSL","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FDexter-DSL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FDexter-DSL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FDexter-DSL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/babedev%2FDexter-DSL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/babedev","download_url":"https://codeload.github.com/babedev/Dexter-DSL/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245444508,"owners_count":20616393,"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":["android-library","dexter","kotlin","kotlin-dsl","runtime-permissions"],"created_at":"2024-10-29T14:42:37.853Z","updated_at":"2025-03-25T10:32:43.622Z","avatar_url":"https://github.com/babedev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dexter DSL\n[![Download](https://api.bintray.com/packages/babedev/maven/Dexter-DSL/images/download.svg) ](https://bintray.com/babedev/maven/Dexter-DSL/_latestVersion)\n[![Build Status](https://travis-ci.org/babedev/Dexter-DSL.svg?branch=master)](https://travis-ci.org/babedev/Dexter-DSL)\n\nDexter runtime permission with Kotlin DSL style\n\nDownload\n--------\n```gradle\nrepositories {\n  ..\n  maven { url \"https://dl.bintray.com/babedev/maven\" }\n  ..\n}\n\ndependencies {\n  ..\n  compile 'com.github.babedev.dexter.dsl:dsl:1.0.3'\n  ..\n}\n```\n\nSample\n--------\n```kotlin\nruntimePermission {\n    permission(Manifest.permission.READ_EXTERNAL_STORAGE) {\n        granted {\n            toast(\"Permission granted\")\n        }\n\n        denied {\n            toast(\"Permission denied\")\n        }\n\n        rationaleShouldBeShown { _, token -\u003e\n            token.continuePermissionRequest()\n        }\n    }\n}\n```\n\nLibraries used in this project\n------------------------------\n\n* [Dexter][1]\n\n[1]: https://github.com/Karumi/Dexter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabedev%2Fdexter-dsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbabedev%2Fdexter-dsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbabedev%2Fdexter-dsl/lists"}