sms_read_form_retriever_api 0.0.4
sms_read_form_retriever_api: ^0.0.4 copied to clipboard
A Flutter plugin for automatically reading SMS OTP using Google's SMS Retriever API, without requiring SMS permissions.
sms_read_form_retriever_api #
A Flutter plugin for automatically reading SMS OTP using Google's SMS Retriever API, without requiring SMS permissions.
Features #
- Automatically read SMS OTP using SMS Retriever API.
- No need to request SMS read permissions.
- Simple and easy-to-use API.
Installation #
Add sms_read_form_retriever_api
to your pubspec.yaml
:
dependencies:
flutter:
sdk: flutter
sms_read_form_retriever_api:
path: ../path_to_your_plugin
copied to clipboard