{"id":50992223,"url":"https://github.com/thebinarysolution/sms_retriever","last_synced_at":"2026-06-20T04:32:29.670Z","repository":{"id":43870057,"uuid":"175185793","full_name":"thebinarysolution/sms_retriever","owner":"thebinarysolution","description":"Flutter plugin to retrieve sms  in Android using SMS Retrieval API","archived":false,"fork":false,"pushed_at":"2022-02-15T07:21:07.000Z","size":35,"stargazers_count":19,"open_issues_count":10,"forks_count":20,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-06-16T08:04:00.933Z","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/thebinarysolution.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}},"created_at":"2019-03-12T10:17:32.000Z","updated_at":"2025-11-11T11:08:50.000Z","dependencies_parsed_at":"2022-09-05T03:42:04.508Z","dependency_job_id":null,"html_url":"https://github.com/thebinarysolution/sms_retriever","commit_stats":null,"previous_names":["thebinarysolution/sms_retriever"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thebinarysolution/sms_retriever","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinarysolution%2Fsms_retriever","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinarysolution%2Fsms_retriever/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinarysolution%2Fsms_retriever/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinarysolution%2Fsms_retriever/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thebinarysolution","download_url":"https://codeload.github.com/thebinarysolution/sms_retriever/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thebinarysolution%2Fsms_retriever/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34557551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-06-20T04:32:28.447Z","updated_at":"2026-06-20T04:32:29.658Z","avatar_url":"https://github.com/thebinarysolution.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sms_retriever\n\nA new Flutter plugin to retrieve the SMS on Android using SMS Retrieval API\n\n## Getting Started\n\nTo retrieve a app signature. It requires by the SMS\n```dart\nString appSignature = await SmsRetriever.getAppSignature();\n```\nTo start listening for an incoming SMS\n```dart\nString smsCode = await SmsRetriever.startListening();\n```\nStop listening after getting the SMS\n```dart\nSmsRetriever.stopListening();\n```\n\nGenerate appSignature for keystore file\n````dart in html\nkeytool -storepass storepass -alias alias -exportcert -keystore file | xxd -p | tr -d \"[:space:]\" | xxd -r -p | base64 | cut -c1-11\n\n````\n\nExample SMS\n\n[#] Your example code is:\n123456\nappSignature","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebinarysolution%2Fsms_retriever","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthebinarysolution%2Fsms_retriever","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthebinarysolution%2Fsms_retriever/lists"}