otp_autofill_sms 0.2.2
otp_autofill_sms: ^0.2.2 copied to clipboard
A versatile and efficient solution designed to enhance the user experience by automating the process of filling in OTPs sent via SMS.
import 'package:flutter/material.dart';
import 'package:otp_autofill_sms_example/app.dart';
void main() => runApp(const MyApp());