sms_read_form_retriever_api 0.0.2 copy "sms_read_form_retriever_api: ^0.0.2" to clipboard
sms_read_form_retriever_api: ^0.0.2 copied to clipboard

A Flutter plugin for automatically reading SMS OTP using Google's SMS Retriever API, without requiring SMS permissions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sms_read_form_retriever_api

With Flutter:

 $ flutter pub add sms_read_form_retriever_api

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sms_read_form_retriever_api: ^0.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sms_read_form_retriever_api/sms_auto_fill.dart';
import 'package:sms_read_form_retriever_api/sms_auto_fill_method_channel.dart';
import 'package:sms_read_form_retriever_api/sms_auto_fill_platform_interface.dart';
3
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for automatically reading SMS OTP using Google's SMS Retriever API, without requiring SMS permissions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on sms_read_form_retriever_api

Packages that implement sms_read_form_retriever_api