FLUTTER ECOSYSTEM

thebinarysolution/sms_retriever

Android에서 SMS 검색 API를 사용하여 SMS를 가져오는 Flutter 플러그인

sms_retriever 프로젝트 이미지
Stars
19
Forks
20
최근 푸시(UTC)
2022. 2. 15.
프로젝트 상태
활성
Lakhwinder Singh GitHub avatar
GITHUB User

Lakhwinder Singh ↗

Obsessed with detail and quality. Always trying to improve development and communication processes. I love simple and elegant solutions for every problem.

@debutdeveloperMohali공식 웹사이트 ↗
언어KotlinDartObjective-CRuby

사용 중인 의존성

의존성 목록 2 개
  • flutter{"sdk":"flutter"}
  • flutter_test개발 의존성{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

sms_retriever

A new Flutter plugin to retrieve the SMS on Android using SMS Retrieval API

Getting Started

To retrieve a app signature. It requires by the SMS

String appSignature = await SmsRetriever.getAppSignature();

To start listening for an incoming SMS

String smsCode = await SmsRetriever.startListening();

Stop listening after getting the SMS

SmsRetriever.stopListening();

Generate appSignature for keystore file

keytool -storepass storepass -alias alias -exportcert -keystore file | xxd -p | tr -d "[:space:]" | xxd -r -p | base64 | cut -c1-11

Example SMS

[#] Your example code is: 123456 appSignature