{"id":20609506,"url":"https://github.com/fluttercommunity/android_id","last_synced_at":"2025-03-04T04:08:14.559Z","repository":{"id":52489296,"uuid":"520991308","full_name":"fluttercommunity/android_id","owner":"fluttercommunity","description":"Maintainer: @nohli","archived":false,"fork":false,"pushed_at":"2024-08-29T18:40:09.000Z","size":356,"stargazers_count":34,"open_issues_count":7,"forks_count":17,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-25T03:09:08.658Z","etag":null,"topics":["android","dart","flutter","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/android_id","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/fluttercommunity.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":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-03T18:29:45.000Z","updated_at":"2024-10-05T23:05:26.000Z","dependencies_parsed_at":"2023-02-18T02:30:53.566Z","dependency_job_id":"254d4514-f1a3-40bf-8596-680d6c2770e6","html_url":"https://github.com/fluttercommunity/android_id","commit_stats":{"total_commits":166,"total_committers":3,"mean_commits":"55.333333333333336","dds":0.3614457831325302,"last_synced_commit":"d290ee1cfc967632b929d71ec25102258fa45092"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fandroid_id","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fandroid_id/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fandroid_id/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluttercommunity%2Fandroid_id/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluttercommunity","download_url":"https://codeload.github.com/fluttercommunity/android_id/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241780511,"owners_count":20019061,"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","dart","flutter","hacktoberfest"],"created_at":"2024-11-16T10:13:45.185Z","updated_at":"2025-03-04T04:08:14.539Z","avatar_url":"https://github.com/fluttercommunity.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# android_id\n\n[![Flutter Community: android_id](https://fluttercommunity.dev/_github/header/android_id)](https://github.com/fluttercommunity/community)\n\n![Pub Version](https://img.shields.io/pub/v/android_id)\n\nA Flutter plugin for retrieving the Android ID.\n\n## Getting started\n\n* Add plugin to pubspec.yaml\n* Use it in your code (see examples of all methods below)\n\n## Usage\n\n```dart\nconst _androidIdPlugin = AndroidId();\n\nfinal String? androidId = await _androidIdPlugin.getId();\n```\n\n## Important\n\nPlease note that on `Android 8` and above, the `Android ID` is not unique per device, but also per signing key the app was built with:\n\n\u003cblockquote\u003e\nOn Android 8.0 (API level 26) and higher versions of the platform, a 64-bit number (expressed as a hexadecimal string), \u003cb\u003eunique to each combination of app-signing key, user, and device.\u003c/b\u003e\n\nThe value may change if a factory reset is performed on the device or if an APK signing key changes.\n\u003c/blockquote\u003e\n\n[Android API reference](https://developer.android.com/reference/android/provider/Settings.Secure#ANDROID_ID)\n\n[Stack Overflow explanation](https://stackoverflow.com/a/43393373)\n\n\n## Google Play\n\nBefore using this plugin in your app, make sure to follow Google Play guidelines.\nFor example [here](https://support.google.com/googleplay/android-developer/answer/6048248#zippy=%2Cpersistent-identifiers-including-android-id):\n\n\u003cblockquote\u003e\n\u003cb\u003ePersistent identifiers, including Android ID\u003c/b\u003e\n\nUse for non-advertising purposes\u003cbr\u003e\nYou can use persistent identifiers as long as you have a [privacy policy](https://support.google.com/googleplay/android-developer/answer/9859455) and handle the data in accordance with the [Developer Distribution Agreement](https://play.google.com/about/developer-distribution-agreement.html#use) and all applicable privacy laws in the areas where you make your app available.\n\u003c/blockquote\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercommunity%2Fandroid_id","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluttercommunity%2Fandroid_id","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluttercommunity%2Fandroid_id/lists"}