{"id":19839438,"url":"https://github.com/scientifichackers/flutter-use-location","last_synced_at":"2025-05-01T19:30:20.737Z","repository":{"id":133157921,"uuid":"226718821","full_name":"scientifichackers/flutter-use-location","owner":"scientifichackers","description":"A dead simple location access plugin for flutter.","archived":false,"fork":false,"pushed_at":"2020-09-20T09:43:44.000Z","size":70,"stargazers_count":1,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T17:04:33.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scientifichackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-08T19:20:42.000Z","updated_at":"2020-08-29T18:58:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"72d2b31a-32e7-4f9c-93d8-7f8291b2b5e1","html_url":"https://github.com/scientifichackers/flutter-use-location","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-use-location","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-use-location/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-use-location/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scientifichackers%2Fflutter-use-location/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scientifichackers","download_url":"https://codeload.github.com/scientifichackers/flutter-use-location/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251932513,"owners_count":21667157,"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-12T12:22:26.204Z","updated_at":"2025-05-01T19:30:20.731Z","avatar_url":"https://github.com/scientifichackers.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Pub](https://img.shields.io/pub/v/use_location.svg?style=for-the-badge)](https://pub.dartlang.org/packages/use_location)\n\n# Use Location\n\nWant to request access to user's location, and enable location services without dealing with the pesky permissions API? This plugin is for you! \n\n- Uses google play services to enable location services using dialog box if available.\n- Automatically opens app settings and location settings to enable location and grant permissions if all else fails. \n- All using a _single_ method, that requires zero logic in your code.\n\n```dart\nimport 'package:use_location/use_location.dart';\n\n\nvar status = await UseLocation.useLocation(\n  showEnableRationale: () async {\n    return await showYesNoDialog(\n      context,\n      \"Please enable location to continue.\",\n    );\n  },\n  showPermissionRationale: () async {\n    return await showYesNoDialog(\n      context,\n      \"Please grant location permission to continue.\",\n    );\n  },\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fflutter-use-location","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscientifichackers%2Fflutter-use-location","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscientifichackers%2Fflutter-use-location/lists"}