otp_autofill_sms 1.0.0
otp_autofill_sms: ^1.0.0 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());